Skip to content

A .NETCore repo for the Dye and Durham Coding Assessment

Notifications You must be signed in to change notification settings

Kludgy4/NameSorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name Sorter

Run Tests

The code in this repository is for the Dye and Durham Coding Assessment. It's written in C# with .NET (Assumedly Core?) compiling to run as a command line utility. The code tries to:

  • Be empathetic to other team members
  • Use SOLID principles
  • Write quality tests

Task

Build a name sorter. Given a set of names, order that set first by last name, then by any given names the person may have. A name must have at least 1 given name and may have up to 3 given names.

Criteria

  • The solution should be available for review on github.
  • The names should be sorted correctly.
  • It should print the sorted list of names to screen.
  • It should write/overwrite the sorted list of names to a file called sorted-names-list.txt.
  • Unit tests should exist.
  • Minimal, practical documentation should exist.
  • Create a build pipeline that executes build and test steps

About

A .NETCore repo for the Dye and Durham Coding Assessment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages