Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Never done anything with unit tests yet, keep hearing about those magical things...
-
dfox428268y@linuxxx unit tests are great, but honestly, when time is of major concern I think a lot of times they are one of the first things to go.
But I think writing testable code is really important whether you're writing unit tests or not because if the code is easily testable you can always add tests pretty easily at a later date. -
@dfox Pretty fair, was starting to think about using them during the hackathon upcoming Wednesday but since we only have 24 hours maaaybe not yet haha
-
dfox428268yLol yeah I personally wouldn't write unit tests during a hackathon because I'm a cowboy but I definitely see where it could be useful if you have the time.
-
dfox428268y@jamlam haha, I normally use light. I think I got so used to it because I constantly delete and re-install the app so it always defaults to light.
-
@ScribeOfGoD @dfox well, I was expecting a dark theme before installing, just ask yourself who you made DevRant for
Related Rants
Sometimes I'm lazy and if I'm writing unit tests and there's a complicated case to test I'll just skip it.
undefined
wk47