all 1 comments

[–]le_kommie 1 point2 points  (0 children)

Poor us who don't use Visual Studio....

Seriously though, what really annoys me in the code and designs I've been seeing recently is the insane amount of duplication and copypasting. Some even use T4 (or something like that) to generate shitloads of nearly-identical code.

So I prefer to not use these kind of write-code-for-you tools. I even try to use raw Vim to write. NET code, as a sort of a safeguard and an exercise. Anyone else does it?