The water cooling system that only needs to be used once
- 0 Posts
- 7 Comments
Joined 2 years ago
Cake day: September 27th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
that’s awesome, did not know about that handy operator!
The other command could just be
printf '' >> file
to not overwrite it. Or even simpler>file
and then interrupt
I generally agree and like this strategy, but to add to the other comment about catching reimplemented code, there’s just some code quality reviewing that cannot be done by automating tooling right now.
Some scenarios come to mind:
- code is written in a brittle fashion, especially with external data, where it’s difficult to unit test every type of input; generally you might catch improper assumptions about the data in the code
- code reimplements a more battle tested functionality, or uses a library no longer maintained or is possibly unreliable
- code that the test coverage unintentionally misses due to code being located outside of the test path
- poor abstractions, shallow interfaces
It’s hard to catch these without understanding context, so I agree a code review meets are helpful and establishing domain owners. But I think you still need PR reviews to document these potential problems
When your function literally returns the void
I don’t want to think of what the FaceTime integration would be like…
Is IsSlackDown down? This link isn’t working for me for some reason lol