Tag: opinion
-
āØļø Every Developer Should Use Keyboard Shortcuts ā Hereās Why
Memorising keyboard shortcuts is something like an investment. You spend time in the beginning memorising the shortcuts, but that time pays off later when you start using them. When you realise that instead of searching for a command in the menus, you simply call the action with your fingers. ButĀ it’sĀ more than just time.Ā It’sĀ about reducing context…
-
Tips For Making C# More Readable
“Code is read far more than it is written.” This proverb seems to echo in my head more often than not when I open Visual Studio to investigate a bug. Writing code is easier than reading it. I always thought of reading code as something like reading someone’s mind; you’re following their thought processes as…
-
āStop Asking āIs C# Compiled or Interpreted?ā ā Hereās Why
Is C# compiled or interpreted? This is a question that comes up very often in interviews involving C# and .NET. And in my opinion, it is the wrong question. An interviewer is asking a potential candidate this question in order to trick them into giving the wrong answer. Let me explain. The Problem Because, if…
