Skip to content

Instantly share code, notes, and snippets.

View evaisse's full-sized avatar

Emmanuel Vaïsse evaisse

  • none
  • Nancy, France
View GitHub Profile
  • ALWAYS write code, comments, and documentation strictly in English, but mirror the user's language for conversational responses and explanations or paths/files where localizations is intended (e.g. *.fr-FR.md).
  • ALWAYS prefer conventions over configurations
  • ALWAYS use conventional commit when commiting to git
  • ALWAYS start by analyzing the AGENTS.md file, then README.md to understand context, llms.txt to understand structure, CONTRIBUTING.md to adopt project's conventions and Makefile to discover local tools.
  • ALWAYS update the related CHANGELOG.md files when a package is modified.
  • ALWAYS outline a step-by-step plan or pseudo-code strategy before generating the final implementation.
  • ALWAYS minimize code volume by strictly adhering to KISS principles and systematically prioritizing the reuse of existing logic or native features over duplication or adding new dependencies.
  • ALWAYS prefer use of local commands (make install, make test, make analyze, npm *) and other user-documen
# A little Meteor CheatSheet about Iron-Router. (updated on a weekly basis)
# Check our Studio: https://gentlenode.com/
meteor add iron:router
meteor update iron:router
# Iron Router > Configuration