Skip to content

tributech-solutions/refactoring-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refactoring test in C#

Description

You are asked to refactor the UserService class and, more specifically, its AddUser method. Assume that the code is sound in terms of business logic and only focuses on applying clean code principles. Keep in mind acronyms such as SOLID, KISS, DRY and YAGNI.

Limitations

The Program.cs class in the LegacyApp.Consumer shall NOT CHANGE AT ALL. This includes using statements. Assume that this codebase is part of a greater system, and any non-backward compatible change will break the system.

You can change anything in the LegacyApp project except for the UserDataAccess class and its AddUser method. Both the class and the method NEED to stay static.

Additional Tasks

Beside the genral refactoring, you are also asked to perform the following tasks.

  • Migrate the solution to .NET Core 6
  • Add unit tests to the project
  • Change UserCreditService to use GRPC framework

Time-frame

Try to keep this exercise below 3 - 4 hours. If you still have things you can improve after the 3-hour mark, please write them down, and we will take them into account.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%