DTCode

DTCode

Follow
homeAboutbadgesnewsletter
Tag

best practices

#best-practices

More content

Read more stories on Hashnode


Articles with this tag

Simple but powerful Coding Practices that you can adopt immediately: Indentation & whitespace

Dec 3, 20205 min read 955 views

Continuing the powerful coding practices series, today I will talk with two simple concepts that can greatly improve the readability of our...

Simple but powerful Coding Practices that you can adopt immediately: Indentation & whitespace

Simple but powerful Coding Practices that you can adopt immediately: Classes and Functions

Nov 27, 202016 min read 272 views

Functions are one of the best and most essential tools we have to do our job as developers. Probably we all learned to use them to remove duplicated...

Simple but powerful Coding Practices that you can adopt immediately: Classes and Functions