Matok's PHP Blog

List of articles with Clean Code tag

Is horizontal alignment in code good?

How to write Comparison

3 August 2017
Boolean expressions can be very tricky. Why? How I do it…
Well, I mean this for real - do you know how to write IF statement? Clean code must be easy to read and in case of wrongly written IF statement your code cannot be clean and it’s hard to understand.
How to work with twig block to follow coding standard and not waste your time.
How to improve twig templates for better readability? You do more work for less time and also improve rendering speed.