DEV Community

Discussion on: How satisfied are you with the code quality of your current project?

Collapse
 
kayis profile image
K

Could be better, but could be worse too.

Have a code base with a few minor (known) bugs.

Most of them are based on the fact that the back-end lies to me, haha.

I will inprove the API client next. No more trusting error codes.

In my next projects I'll also try stuff like TypeScript with strict null checks and Storybook. These tools seem to solve most of my refactoring problems.