Hacker News new | ask | show | jobs
by hardware2win 1193 days ago
The moment you switch from C# to e.g C or CPP or other dev unfriendly tech is the moment you realize how c# lang design team and std lib API design teams outperformed
1 comments

I spent a few minutes looking at a cmake script the other day and had some realizations about the industry.

The simplicity of:

  dotnet build MySolution.sln
Is the only reason I am still doing software for a living. I am completely over my tools. I just want to solve problems and build things now. If I have to lose 5% perf because I'm lazy, so be it. I'll hire someone to obsess over the 5% later on - and only if the customer complains.