Giter Site home page Giter Site logo

Comments (12)

japhir avatar japhir commented on August 19, 2024 1

I wrote a first draft, feel free to give feedback or to improve it :)

from crafted-emacs.

daviwil avatar daviwil commented on August 19, 2024 1

We should definitely have expanded descriptions in the source files, just haven't gotten to that yet. I think we could add a Skeleton (or some other form of Emacs auto-insert) to create a new file template that can be called up from within this configuration:

https://www.gnu.org/software/emacs/manual/html_node/autotype/Autoinserting.html

from crafted-emacs.

japhir avatar japhir commented on August 19, 2024

or as a separate CONTRIBUTING.(org|md) file

from crafted-emacs.

japhir avatar japhir commented on August 19, 2024

from crafted-emacs.

omarcospo avatar omarcospo commented on August 19, 2024

Making a pattern of modules would be nice to have everything cohesive, so newcomers know how to create new modules. E.g:

;;; rational-<module-name>.el --- <Little description> -*- lexical-binding: t; -*-

< Start module >

(provide 'rational-<module-name>)

And maybe an org file with the module's documentation.

from crafted-emacs.

daviwil avatar daviwil commented on August 19, 2024

@mfxarc A section on "Creating new modules" would be nice! Org files for module documentation would also be great, but it'd be nice if we could generate those from the source of the modules so that we wouldn't have to keep things up to date in 2 places.

from crafted-emacs.

ajxn avatar ajxn commented on August 19, 2024

Wouldn't it be better if the pattern was how Emacs (and elisp mode) like to have descriptions in files?

Or even have a yasnippet or something like that added, with this as a snippet?

from crafted-emacs.

shubham-cpp avatar shubham-cpp commented on August 19, 2024

The Principles links follows to page not found(In the contributing section)

from crafted-emacs.

japhir avatar japhir commented on August 19, 2024

Yeah I noticed this this morning as well. Kind of annoying because it's a valid org link :(

from crafted-emacs.

japhir avatar japhir commented on August 19, 2024

Also, the second little elisp-style button isn't working somehow. Perhaps because there's a space (%20) in it?

from crafted-emacs.

japhir avatar japhir commented on August 19, 2024

Fixed those two issues in #21 and #22 :) (sometimes using the web interface is quicker)

from crafted-emacs.

daviwil avatar daviwil commented on August 19, 2024

Thanks @japhir!

from crafted-emacs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.