DEV Community

Discussion on: Coding Resolutions 2019

Collapse
 
peterwitham profile image
Peter Witham

Happy New Year Banesa,

Great resolutions, thanks for sharing, you can do it!

This year I have set myself a goal of improving my code testing, this is an area that I know I should focus more on, but have given myself too many excuses to put it off. So I have decided that every project I write this year will have tests.

For me, this mostly revolves around using the tools in Xcode, but I also plan to explore testing for other platforms that I have occasion to use.

Collapse
 
banesag profile image
Banesa Guaderrama

Happy New Year Peter,

How it is possible I omitted testing???

I think setting yourself with the goal of testing your code will save you time and prevent bugs in your code. Also, Unit testing is an essential instrument in the toolbox of any serious software developer. Great resolution!!!

Collapse
 
peterwitham profile image
Peter Witham

Absolutely, if I cannot say I do something then it will be hard to convince my team to do it. Live and learn by example :)