Tag: programming
-
Why I love copywriting
I spent half the day today writing proposals to program computers instead of actually programming computers, and damn, I felt good. I grew up loving books, but the way things were presented to me, the only way to get a job writing was to either be an author or write for a newspaper. Yep, that […]
-
C#, List.Find() and Predicates
Because I use this just infrequently enough to have to look it up every time… I’m a huge (ab)user of the .NET generic collection classes, but I hate cluttering code with foreach() loops every time that I need to find an item in a collection. Enter the Find() method, which takes a predicate and does […]