Primer - Zip

  • 4 Posts
  • 46 Comments
Joined 2年前
cake
Cake day: 2023年6月13日

help-circle


  • Idempotent code/repositories are great - I love making everything as reproducible as possible. Particularly in make where every ‘all’ type command should have a corresponding ‘clean’ command. Many times I’ll see code bases where they skip defining the ‘clean’ command… or worse, have no ‘all’ command to begin with and rely on the developer knowing all the build and environment setup commands…