|
|
|
|
|
by doorhammer
497 days ago
|
|
Tangentially related: When I was doing C# on Windows full time I ended up using LINQPad a ton for almost all of my daily scripting. LINQ + MoreLinq + Extension Methods makes it really easy and fast to make type safe internal DSLs that I wouldn't want anyone I care about to have to use but worked really well for personal power tooling. (you also _can_ definitely write more sane ones, but I didn't have to for personal stuff and it let me burn off the cleverness in my brain before working on code other people might have to work with) |
|