Singsys blog

Biggest Release with 100% Performance Speedup in Years – Now PHP 7 Released

lines-of-code

Short Bytes – The PHP development team has released PHP 7.0.0, denoting the new major PHP 7 arrangement. This new form accompanies new upgrades and another variant of Zend Engine.

 

For seven years straight, PHP has been the fourth most popular programming language in the world, powering more than 200 million Websites, with more than 81.7 percent of public websites leveraging PHP on the server side.

 

(more…)

Use consistent naming convention in programming to easily understand the source code

In computer programming, naming convention might be considered as a set of rules for choosing the identifiers to denote variables, types and functions & methods names in source code and project documentation. The purpose for using this naming convention is only to reduce the effort needed to read and understand the source code and to also to enhance the code appearance by using appropriate and concise keys.

(more…)