DEV Community

Discussion on: Feels like I am slow at programming. What do you suggested to improve that?

Collapse
 
kr428 profile image
Kristian R.

Any idea what exactly slows you down in that? Personal advice, dumb as it might sound, would be to do some sort of time-tracking to figure out what you spend your hours on exactly: Improper tooling? Loads of reading due to lack of knowledge? Understanding the problem to fix (like diving through the architecture of a certain system and understanding where to get started)? Trial-and-error hacking until the code looks and works right?
Depending on what you see, you should decide where to optimize - be that by learning, by getting better tools, ... .