Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 949 Bytes

File metadata and controls

10 lines (5 loc) · 949 Bytes

Lessons Learned in Software Development

2015 - 04 - 16

This article lists 22 different lessons that the author Henrik Warne learned about software development. I personally connect with the very last one, #22, which says "Keep Learning." I think that it can be daunting to always try and stay on top of the newest languages or technologies, especially since Tech is such a fast-paced field, but I think that it is very important to keep in mind.

The link to the article can be found here.

Alice Ding: Tips 4 and 5 stood out to me the most because I have a bad habit of sometimes forgetting to test parts of my code before moving on to other parts of the code, and when I try executing or running my code after I've finished everything else, I have difficulty finding where the errors are and spend hours combing through my code to find what what went wrong.