15 Ways to Write Self-documenting JavaScript
Jani demonstrates techniques for writing self-documenting code that make it easier to understand, reduce the need for comments, and improve program design.
Jani demonstrates techniques for writing self-documenting code that make it easier to understand, reduce the need for comments, and improve program design.
Younes Rafie explains what Laravel contracts are all about and uses them to implement a Twig engine into Laravel
Michael Sauter takes a detailed look at Go Interfaces - a powerful concept in this brand new programming language by Google