Philosophizing about the .Net religion
Browse by Tags
All Tags »
Dev Philosophy »
Weird Ideas »
VB.Net (
RSS)
-
|
So a co-worker (Scott H.) sent me some code that is purely fictional (but a sick part of me wishes I had actually found it in the wild). Here's the code - Public Function IsNotFalse( ByRef Value As Boolean ) As Boolean IsNotFalse = False If Value = True...
|
-
|
I've been thinking about all this and I have been pondering ways to make my templated code more maintainable or better yet, get things to a point where I somewhat don't have to maintain code at all.
The idea I have come up with to create a CodeSmith template (I'm sure this can be done with other templating tools like MyGeneration) that let's me build CodeSmith Templates.
|
More Posts