Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

index.md 1.0KB

title: Leçons apprises

  1. Start small, then extend.
  2. Change one thing at a time.
  3. Add logging and error handling early.
  4. All new lines must be executed at least once.
  5. Test the parts before the whole.
  6. Everything takes longer than you think.
  7. First understand the existing code.
  8. Read and run.
  9. There will always be bugs.
  10. Solve trouble reports.
  11. Reproduce the problem.
  12. Fix the known errors, then see what’s left.
  13. Assume no coincidences.
  14. Correlate with timestamps.
  15. Face to face has the highest bandwidth.
  16. Rubber ducking.
  17. Ask.
  18. Share credit.
  19. Try it.
  20. Sleep on it.
  21. Change.
  22. Keep learning.

*Lessons Learned in Software Development* (cache)

Excellente liste à méditer. Dommage qu’il n’y ait aucune notion de plaisir et de motivation dans tout ça. Cela me semble pourtant essentiel dans notre métier.