{"id":13414763,"url":"https://github.com/samuelwill/csharp-code-review-checklist","last_synced_at":"2025-03-14T22:32:03.121Z","repository":{"id":217374556,"uuid":"252824588","full_name":"samuelwill/csharp-code-review-checklist","owner":"samuelwill","description":"C# Code Review Checklist","archived":false,"fork":false,"pushed_at":"2020-04-04T20:43:26.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-07-31T21:53:12.601Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samuelwill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-03T19:45:01.000Z","updated_at":"2022-02-26T16:40:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"2767b138-28f9-4a3e-a5f5-81dd436aac86","html_url":"https://github.com/samuelwill/csharp-code-review-checklist","commit_stats":null,"previous_names":["samuelwill/csharp-code-review-checklist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelwill%2Fcsharp-code-review-checklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelwill%2Fcsharp-code-review-checklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelwill%2Fcsharp-code-review-checklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelwill%2Fcsharp-code-review-checklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samuelwill","download_url":"https://codeload.github.com/samuelwill/csharp-code-review-checklist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658055,"owners_count":20326459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T21:00:35.385Z","updated_at":"2025-03-14T22:32:02.838Z","avatar_url":"https://github.com/samuelwill.png","language":null,"readme":"## C# Code Review Checklist\n\n### General\n- [ ] Access modifiers are made as private as possible\n\n### Maintainence\n- [ ] All names are clear, descriptive and accurate. Clear naming is preferred over comments\n- [ ] Well-named enums are used instead of magic strings and numbers\n- [ ] Functions avoid side effects\n- [ ] Conditionals should be positive, not negative\n- [ ] Methods do not accept more than 3 parameters\n- [ ] All methods and classes do just one thing / follow SRP\n- [ ] SOLID principles are adhered to\n- [ ] All code has passed linting\n\n### Performance and Scalability\n- [ ] Reviewer has stepped through all modified code paths using a performance data set to look for performance / memory / CPU usage issues\n- [ ] Appropriate data structures have been used\n- [ ] async / await is used for I/O bound code paths\n","funding_links":[],"categories":["C# Code Review Checklists"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelwill%2Fcsharp-code-review-checklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuelwill%2Fcsharp-code-review-checklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelwill%2Fcsharp-code-review-checklist/lists"}