Found 11 packages
The defensive programming framework helping programmers to easily validate method input.
A .NET library providing defensive programming utilities (Guard clauses) and automated testing helpers for constructor null checks. Integrates with MSTest, AutoFixture, and NSubstitute for robust test automation.
A set of Guard Clauses to validate method arguments, in order to enforce defensive programming practice.
Fluent Defensive Programming
Fast, extensible, intuitive and easy-to-use C# portable library providing fluent APIs for argument validation. Gives everything you need to implement defensive programming in your .NET application
Guardly is a defensive programming framework
Interface library for AntRunner. A programming exercise game. Create an AI for your cyborg ant to battle up to 8 cyborg ants in a game of capture the flag. Ants are randomly placed on the map knowing only the map size, their starting position, and their own color. They must use echo location to find their way around the map being careful not to run into walls, other ants, or step on bombs. Your ant isn't defense less, it's armed with a high powered laser cannon, a defensive energy shield, and can pick up bombs to deploy traps for other ants. Each ant gets 250ms of processing time to decide what to do next or else they miss their turn.