DTCode

DTCode

Follow
Follow
homeAboutbadgesnewsletter
Tag

2Articles1Week

#2articles1week

More content

Read more stories on Hashnode


Articles with this tag

Never rely on Strings for conditionals

Dec 14, 20206 min read385 views

Almost all the time is a bad decision to use Strings in conditionals because you will have no help from the compiler to alert you when you typed them...

Never rely on Strings for conditionals

Simple but powerful Coding Practices that you can adopt immediately: Consistent naming conventions

Dec 10, 20204 min read579 views

I already wrote about naming conventions in a past article but I wanna explore a little more because I think this topic is very important for every...

Simple but powerful Coding Practices that you can adopt immediately: Consistent naming conventions

Quick tip: Improve your code blocks with a language tag

Dec 6, 20203 min read226 views

Today I learned something very useful about code blocks on Hashnode (and it probably works on other blogging platforms too) that I immediately wanted...

Quick tip: Improve your code blocks with a language tag