Skip to content

IcodeNet/payroll-review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This is a test project used to show case issues in code.

Inline code issues.

The format I propose is this:

   /*
    * Issue: N+1 query problem
    * Should: Use proper eager loading
    * Should: Implement pagination
    * Should: Add caching strategy
    */
   var response = new EmployeesByDepartmentResponse();

One can see the issues when they open the source files as comments either:

  • at the top of the file or
  • inline the actual place where the issue occurs

Click here for an example to see the EmployeeController.cs with review comments.

If you need to see how to fix an issue look into the implementation (see comment below) md files.

Complete Review Documentation

This folder is documentation folder that contains a series of review/implementation md files. Those have a complete and thorough review and fixes or suggestions on how to make the code better.

Just click to go to the root readme.md and then navigate back and forth to the different sections. Each file that you open should have a link back to the root README.md from the reviewed-code folder.

tomorrow we will be better :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages