|
|
|
|
|
by sjmulder
3348 days ago
|
|
In general I find that C# builds are fairly quick. Nonetheless Ruby is a pleasure to work with. As for other interpreted languages, JavaScript is a mixed bag. The Webpack/Babel stack can be smooth if hot reloading and such are set up well and work correctly, but things can quickly turn sour when other backend languages are involved with server side rendering and such. |
|
Just for fun, try compile with csc directly one day, it's an order of magnitude (at least) faster than with msbuild.