Tweets From Dillon Mulroy
Here, have some highlights:
Highlights
If I had any wisdom to teach younger devs it would be this:
- Program against, consider, and handle the error path first and foremost. Include useful logging, telemetry, and error messages.
- Utilize your type system, whatever that may be, to make as many invalid states unrepresentable
If you do this, regardless if you’re using OOP, FP, whatever, you’ll be end up with higher quality software that is easier to maintain and scale
Process finished with exit code 0