Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 877 Bytes

CODINGSTANDARD.md

File metadata and controls

23 lines (15 loc) · 877 Bytes

CODING STANDARDS

MUST Mandatory to follow below coding standard.

Follow the PSR-1, PSR-4, PSR-12 standard for code formatting

Coding Standard Detailed Guidelines -- Guideline

MUST ADD TODO TAG, IF WORK IS PENDING.

Example:-  
/**
* TODO
*/
public function create()
{
}

ADD TODO tags in functions, view files or anywhere your functionality is pending or in progress.
  • Engineers who are working in this project has to follow above coding standard and it is mandatory. If any damage or breakdown or issue raise by Team Lead due to coding standard than responsible engineers should have to resolve on urgent basis.