Skip to main content

Holey

Hole-Driven Development in C#

Find TODO-Comments

Holey's core idea is to replace TODO-comments with executable counterparts. This lifts comments into compilation space and prevents them from rotting away.

Introduce Holes

Hole.<Type>(description[, effect | value]) enables you to write incomplete code that is still executable.

Extend Holey

An extension system allows you to extend Holey and use its Devtool. This means that you can treat I/O as dummy data during development and focus on the important parts.