How to dev

How to dev

Follow
Follow
homeCoursesPodcast guestingLinktreeFree mentoring
Tag

Programming Tips

#programming-tips

More content

Read more stories on Hashnode


Articles with this tag

How to write maintainable code: Straightforward logic

Sep 7, 20235 min read

Maintaining code is more complicated than writing it. Before you make any changes, you need to understand what is there already, how it was supposed...

How to write maintainable code: Straightforward logic

Writing maintainable code: Data model

Sep 1, 20235 min read

In programming, a lot of the challenge is related to organizing data in a structure that makes sense and which helps to solve the problems and...

Writing maintainable code: Data model

How to write maintainable code: Naming things

Aug 23, 20233 min read

Using the right names is an essential part of writing maintainable code. For a computer, any name will work just fine—they either match or not. For...

How to write maintainable code: Naming things

How to work with your programming mentor

Mar 23, 20222 min read

Having access to a more experienced programmer who wants to help you grow professionally can speed up your progress. Maybe they are: a friendly...

How to work with your programming mentor