Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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.