lprichar / CSharpKatas

A set of mental exercises for learning idiomatic C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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#

License:Apache License 2.0


Languages

Language:C# 100.0%