Tag Archives: Code review

SDLC Guidelines

By | March 25, 2023

Software development lifecycle (SDLC) is a process used by developers to plan, design, build, test, and deploy software applications. SDLC development guidelines provide a framework for ensuring that software is developed in a consistent, standardized, and high-quality manner. The following procedures should be followed by developers throughout the SDLC process: Coding Guidelines: Promotion Guidelines: Build… Read More »

Angular Best Practices/Review Checklist

By | October 8, 2020

Analysis and Design activities Decide on UI structure, if the new feature creates a module. Decide on components to be built by category of presentational or container components. Decide on redux state activities to be performed Decide on redux actions, reducers, effects.  Coding rules Any additional npm package, utility or pattern to be implemented must… Read More »