Should Umbraco default to precompiled Razor views with Hot Reload?

,

I actually hate the precompile view because it would break a number of 3rd party stuff which use views for a start.
Secondly I hate it in Kentico because the the processes and steps are just that much more for even small changes and updates.
It is a thing that with streamlining companies especially for me is just the amount of time waisting compiling, managing and deploying even small changes these days is simply to costly.

We need to quickly and easily make view changes and deploy them and by lower end developers/front end and not require a whole deployment process path.

And I have said it in other old forum posts. If you are doing functions, helpers and complex code in those views your are doing it wrong, that stuff needs to in services, helper class and external functions. There should be nothing more then output rendering Razor and HTML.

IF something is default as long as there is the option to turn it off then fine.