I've been aware of TDD (Test Driven Development) for a long time, but I haven't tried it until now. Understand it as a development way which start writing the test before detail implementation.
In this repo, I would like to give it a try that implement LinQ manually in TDD way. This is a the best time for me to understand more about LinQ and practice TDD.
Test Driven Development (TDD) is a software development practice where developers write test cases before implementing the actual code. This process ensures that the code meets the required functionality from the outset.