Y
Hacker News
new
|
ask
|
show
|
jobs
by
sfn42
196 days ago
There's hot reloading in .NET and Java
1 comments
BobbyJo
194 days ago
What is the use case for either of those two languages?
link
sfn42
193 days ago
Being able to update the code while it's running is useful for all kinds of use cases. Desktop apps, web apis, server side rendered web apps, .net blazor apps, etc.
It's nice to be able to see what your changes do without rebuild and restart.
link