Skip to content

lprichar/CSharpKatas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

CSharpKatas is a training tool for teaching C# newcommers how to apply advanced language features, how to write idiomatic C#, and how to avoid Java idioms in C#.

Blog Series

For more background see the related blog post series:

Getting Started

The exercises here are organized into Katas, or mind excersises. Each Kata contains a set of unit tests and some todo's.

Developers are typically asked to turn the tests green using any means necessary, then refactor using C# idioms (such as not writing loops or if statements without good reason).

Anyone wishing to work on these problems is encouraged to create a branch and work the solutions there.

Finally anyone unable to solve a Kata in under a few minutes is encouraged to delete their solution and re-solve it until the solution is second-nature (similar to a Kata in martial arts).

Summary

This project was created for the C# community. Enjoy, learn, and please feel free to contribute back updates or additional Katas (pull requests welcome).

About

A set of mental exercises for learning idiomatic C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages