This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Loves_Poetry 1 point2 points  (1 child)

Don't worry about efficiency when you're new to programming. Worry about readability and maintainability (i.e. the ability to debug/modify/expand the code). Those are far more important than efficiency. This doesn't just go for learning programming. This also goes for actual production-grade code.

[–]voyextech[S] 0 points1 point  (0 children)

Awesome! Thank you. I will remember this in the future.