Philosophizing about the .Net religion
Browse by Tags
All Tags »
VB.Net »
Weird Ideas (
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.
|
-
|
I was thinking today about one of my skills (at least I think its a skill). Recently I have had to touch a couple projects that the developer was no long since gone. In one case I needed to fix the remaining bugs on a project done by a consultant whose contract was over and whose project still had a few bugs.... I decided not to waste a lot of time rewriting everything, just the portion that was problematic. I guess in some respects I'm embracing XP.
|
More Posts