Articles tagged with coding style

What are guard clauses?

Posted on
Programming can be considered as a form of art - like each artist does its own thing it is the same with coding style - each for their own. Sometimes you learn from others, and sometimes you discover it yourself or you combine different ways and see what works well and what does not.

How to name fields in Drupal

Posted on
The hardest thing in software development - is naming. Whether it is a variable, class name, or field naming in Drupal, it might be complicated. I'll write about my naming convention in Drupal that I will use daily basis and what are the benefits.