HackerTrans
TopNewTrendsCommentsPastAskShowJobs

minimeme

no profile record

comments

minimeme
·2 years ago·discuss
But what about data overwrites? This is basically the same as deleting data, since information will be destroyed. Using soft delete is a somewhat naive solution if there is no mechanism for restoring overwritten data.
minimeme
·3 years ago·discuss
This was maybe a problem on the early days of .NET Core, but from .NET 6 or so they have reimplemented (almost) all the stuff from the old .NET Framework and that in turn enabled relatively easy porting of third party libraries, so most of them are ported as of today (atleast more or less maintained ones).
minimeme
·3 years ago·discuss
Can confirm, dotnet works great on Linux. We have a lot of dotnet production systems running on Linux and Docker for many years now with zero issues. Also recommend Rider in Linux for development, even our Windows folks prefer it over VS nowadays.
minimeme
·3 years ago·discuss
How do you refactor code, if you have a poor test coverage? Also for me actually the most importan benefit is the instant feedback I get, when I write the unit tests before the implemenation. I can move faster with more confidents.
minimeme
·4 years ago·discuss
That's my experience also! It's all about faster feedback and confidence the tests provide.