|
|
|
|
|
by lixtra
1089 days ago
|
|
> It makes writing the happy path slower, but is writing the happy path _programming?_ The happy path is just fine for many cases. Your home isn’t built to withstand a determined attacker with a tank. But we live in a happy world and a lot of stuff exists because people can cut corners. Good managers/programmers know where they can be sloppy and where they have to be super careful. The beauty of technical debt is that it only has to be repaid in case of success. |
|
I’m being generous tbh. In my experience, though I work on pretty critical software, the unhappy path is a fairly critical path and must have some intentional barriers built before being shipped to customers.