Homepage
Sign in / Sign up

The Curious Coder

Adventures in technology

Go to the profile of willemodendaal
willemodendaal
Jul 29, 2016

Things that depend on things

It’s nice to see the IT industry moving in a positive direction, maturing, and building upon earlier good practices. I’ve been reading recently about microservices, and I notice how previous practices enable microservices (which I think is a good thing, by the way).

Read more…
Go to the profile of willemodendaal
willemodendaal
May 20, 2016

Actually useful Visual Studio debugging features

Visual Studio 2015 can be a big, slow, beast. But when you’ve got enough horsepower to run it properly it has some fantastic features.

I find these features particularly useful when debugging:

Read more…
Go to the profile of willemodendaal
willemodendaal
May 15, 2016

How to understand an existing code-base

Developers usually love working on a “green fields” project: building something brand new. Green fields projects are fun because you have a lot of creative freedom, you can use the latest technologies and because it’s fast and easy when you don’t have to worry…

Read more…
Go to the profile of willemodendaal
willemodendaal
Apr 28, 2016

WPF tip: executing code after UI has finished updating

I faced an interesting challenge, where a data-bound property executed logic, but before the Visual Tree had refreshed, so my control did not work as expected.

Read more…
Go to the profile of willemodendaal
willemodendaal
Apr 26, 2016

Why use the Console instead of a GUI?

Why use the console instead of a GUI? Or why use a simple text editor instead of an all-powerful IDE?

I was perplexed with the shift in the industry towards Consoles and Text Editors. Why would anyone in their right mind use VIM instead…

Read more…
Go to the profile of willemodendaal
willemodendaal
Apr 13, 2016

To VAR or not to VAR?

C#’s VAR keyword is very useful. It was introduced originally (for the most part at least) to allow dynamic language features and use of anonymous types.

Since I don’t use those features very often, what I really like is that it gets rid of unnecessary junk in your…

Read more…
Go to the profile of willemodendaal
willemodendaal
Apr 6, 2016

Underscores are perfectly fine

I have noticed a stigma attached to underscores being used in method or variable names. For example, most people I have worked with prefer AMethodNameLikeThis() over a A_Method_Name_Like_This().

Read more…
1 response
About The Curious CoderLatest StoriesArchiveAbout MediumTermsPrivacy