Welcome Guest, Not a member yet? Register   Sign In
Best practice to maintain your code readability, etc.
#5

Take the time to learn Php heredoc because lengthy lines can be drastically simplified and understood at a single glance.

Always use Php 7 and learn how to use declare(strict_types=1);

Declare a function's return type and always only have a single return in every function/method.
Reply


Messages In This Thread
RE: Best practice to maintain your code readability, etc. - by John_Betong - 07-10-2018, 05:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB