David
Blue Collar Dev

Blue Collar Dev

Follow
homebadgesnewsletter
Tag

best practices

#best-practices

More content

Read more stories on Hashnode


Articles with this tag

SQL Anti-pattern: Never Use Boolean Flags

Oct 7, 20214 min read

In database modelling, I often see that flags get introduced. Especially, as the the project gets older, important tables often accumulate more and...

SQL Anti-pattern: Never Use Boolean Flags

7 Best Practices for Git Commits

Sep 27, 20212 min read

In my experience, a git commit should have the following seven characteristics: It has a single purpose. It has an adequate commit message. It's...

7 Best Practices for Git Commits