docs: rewrite DEV.md with detailed dev and security guidelines

Replace the terse DEV.md with a comprehensive French-language guide
covering code standards, security rules, and the npm publish workflow.

Key changes:
- Expand code principles into readable prose (single responsibility,
  control flow, input validation, promise handling, minimal scope)
- Add concrete security sections: parameterized queries, secret
  management via env vars, dependency auditing, and opaque error
  messages
- Document the full publish procedure (version bump, build, audit,
  npm publish with provenance, git tag)
- Remove the NASA Power of Ten bullet list in favor of actionable,
  project-specific guidelines
This commit is contained in:
2026-04-13 13:34:17 -04:00
parent 0e43ea103c
commit 16db807004
3 changed files with 83 additions and 37 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# GUIDE
# LANGUE
## Langue du code
+1 -1
View File
@@ -1,4 +1,4 @@
# GUIDE DE RÉDACTION
# RÉDACTION
Dernière modification : 2026-04-12
## La voix de l'entreprise