The one of reasons that I wrote this tool is saving my development time and all my team members use same enum types. I've seen problems that not knowing a team member already declared enums for lookup tables in db, other team member creates duplicate enum types in different location. And it ended up producing code not easily understandable. With my passion for efficient way to solve problem, I come up with this tool. I hope it benefits someone out there. I think if software architect or team leader enforces team members use this tool for a project, I am sure that this tool will save significant amount of development time by providing consistant sync up between enums and lookup tables. If you have any question, send me an email to oh.csharp@gmail.com Here is how to use this tool:
I donot usually share my little toys with others. That 's not because of not wanting to share, but don't want to write instruction like this. But at this moment, I would like to see if it's worthy to share with others. Cheers!!! |