Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Dylan Landry

Dylan Landry

Dylan Landry has asked 5 questions and find answers to 4 problems.

Stats

91
EtPoint
15
Vote count
5
questions
4
answers

About

We do these things not because they are easy, but because we thought they were going to be easy. @Maciej Cegłowski

Many new programmers write code and then only test the happy path: only the cases where there are no errors. But you should also be planning for and testing your sad paths, where things can and will go wrong. @learncpp