Is it normal needing time to understand code i wrote recently

Posted by user1478167 on Programmers See other posts from Programmers or by user1478167
Published on 2014-05-26T22:45:27Z Indexed on 2014/05/27 3:40 UTC
Read the original article Hit count: 405

Filed under:
|
|

By recently i mean some weeks ago. I am trying to continue a project i left 2 weeks ago and i need time to understand some functions i wrote(not copied from somewhere) and it takes me time. Normally i don't need to because my functions,methods etc are black boxes but when i need to change something it's really hard. Does this mean i write bad code? I am still in school and i am the only who writes/uses the code so i don't have feedback, but i am afraid that if it is difficult for me to understand it, it would be 10 times more difficult for someone else. What should i do? I write a lot of comments but most of the time are useless when reviewing. Do you have any suggestions?

© Programmers or respective owner

Related posts about code-quality

Related posts about comments