marshcode / maze

C# Maze libraries and sample implementations
http://www.marshcode.com/?page_id=22
MIT License
0 stars 0 forks source link

Maze Tile Out Of Range Exceptions #1

Open marshcode opened 10 years ago

marshcode commented 10 years ago

Should the Tile objects allow the ArgumentOutOfRangeExceptions? to propagate out of the tile convenience functions? It would alert the users of the libraries to a potential error a lot sooner than passing null.