Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 645 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 645 Bytes

Math game project

This project is my first C# project, where I've developed a Math Game following guidelines from The C# Academy. It was developed using Test-Driven Development (TDD). The code is kept as clean as possible. (Tried to apply patterns and heuristics from my software engineering 1 class, where i code them in smalltalk)

Habit Logger

This is the second project, also following guidelines from The C# Academy. This one is to practice making CRUD operations using the ADO.NET provider for SQLite. it is currently ongoing