Skip to content

This is my POC about manually implement LinQ from scratch. Following TDD method, I will try to write the test first, before implementing

License

Notifications You must be signed in to change notification settings

locle97/LocQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocQ - Implementation of LinQ with TDD

Introduction

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.

Definitions

TDD (Test driven development)

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.

LinQ

Detailed implementation guide

TDD draw

Best practices and considerations

Performance

References

About

This is my POC about manually implement LinQ from scratch. Following TDD method, I will try to write the test first, before implementing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages