Categories
Interview questions

DEVELOPER Methodologies to follow

MethodologyDescription
DRYDo not Repeat Yourself
KISSKeep It Studid Simple
SOLIDSolid Principles
Big O NotetationDo not Repeat Yourself
Function not bigger than 30 linessmaller function to make code more readable
PSR ImplementationDescription
PSR-2Coding Style Guide
PSR-3Logger Interface
PSR-4Autoloader

Leave a Reply