Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 122 Bytes

05-good_practices.md

File metadata and controls

8 lines (6 loc) · 122 Bytes

pure functions

  • same in => same out
  • no side effect

découper les process

  • testing

do not rely on execution order ?