Whiteboard exercises are a terrible way to investigate coding ability (2012)
41–42 of 42 posts
Re: Whiteboard exercises are a terrible way to investigate coding ability (2012)
#42I'm an anomaly. I like whiteboard algorithm tests. I do still think it is kinda a waste of time doing Leetcode over and over like what I'm doing right now, but hear me out. An even more waste of time is actually learning framework A, B, C, D, database A, B, C, D, bundler A, B, C, D. The more and more I think about it, as a fullstack developer, I continuously forget documentations and how a specific technology works,…
I had this problem with switching contexts. For work, we use a combination of old Java, Tomcat, JS and the likes. For my hobby, I mainly program games in C#. Two entirely different infrastructures. That said, I can keep both up decently well due to the sheer volume of practice. A few months ago I had my first go at ASP.NET Core, specifically Razor. Hadn't touched it for months, now I'm trying it again and I already f…