Search Results

1
vote

What does it take to get you in the zone?

1) I need to be at ease. Physical comfort is crucial here. I keep things arranged as I like them around me. A good level of hydration is important, I keep water at my desk in a large athletic bott …
1
vote

What design pattern do you use the most?

Dependency Injection, followed by Humble Dialog. …
2
votes

How do I reward my developers for the little things they get right?

Say "Thank you", and give them something more challenging (and important) next time out. Make sure they know that they are being given greater responsibility as a result of their success. For pro …
3
votes

What are the best design patterns books you have read?

I really liked Refactoring to Patterns for its "before and after" approach to using patterns to solve problems. …
0
votes

Should .NET developers *really* be spending time learning C for low-level exposure?

Is the issue learning C or MSIL, or is it more fundamental? I'd say that in general, more developers could stand to learn more about how computers, physical or virtual, work. A p …
4
votes

So you’ve entered the wild rainforest of someone’s new API. How do you find your way through?

1) Read the documentation. The documentation for API's is almost always wrong, or incomplete in ways that will trip you up, but it's worth doing to get a general roadmap. 2) As Bill the Liz …