• 0 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle

  • Ok now I’m invested. What happened to up to? That’s supposed to be their excuse, that there’s some sacrificial lamb out there, which knocks a quarter of the price off for subscribers, this one just wasn’t it. Now you locate the rare holofoil “no up to” Amazon listing and you don’t get the 25%? Tyranny I say! We must overthrow! We demand up to 100% of the means of production!








  • You’d be surprised. Especially if the testing environment is not readily available or if automated tests are not functional and comprehensive, large code changes can be the norm. A developer may habitually hang onto their code until a big chunk is complete, at which point it will take heaps of debugging to uncover where the errors are. This is why we need IaC to quickly create testing environments that closely mirror prod, and trunk-based development to ensure code changes are small and issues are caught as early as possible.