People aren’t going to throw the PCs out. They are going to continue using Windows 10 for years without security updates.
I still saw XP installs a decade after support had ended.
People aren’t going to throw the PCs out. They are going to continue using Windows 10 for years without security updates.
I still saw XP installs a decade after support had ended.
It’s such a cool editor, but after decades of Vim motor memory I just can’t seem to wrap my head around the cursor / selection changes. I really wish there was an option to just make selection work like Vim.
Swift only treats Apple OSes as first class citizens - even though technically you can use it on other platforms it’s a painful and limited experience.
Considering that the main fix for stuttering has been to turn down texture quality, this makes me hopeful that performance will improve a bit.
I’m having a blast with tornado Druid.
I played Sorc in first beta, Rogue in second, Necro in preseason and Druid for S1 and to be honest I’ve had a lot of fun with all of them. I’m looking forward to playing Barb in S2.
I remember my time doing Ruby was really informative about testing and languages in general.
The Ruby community was really great at doing automated testing and it’s actually where I really cut my teeth on testing, but if you go back and look at the tests you’ll find heaps of them are testing and checking types for functions. It almost felt like people were building static typing using automated tests.
Some people bang on about static typing getting in the way of agility, but the reality is that you either end up spending the time creating extra tests, or you end up cutting corners and creating unreliable software which you’ll spend a lot of time troubleshooting down the road. You end up paying a big price to save a marginal amount of time at the start of a project.
Rust, like the majority of modern languages, has an official formatter which everyone should be using. Formatters are good enough nowadays that everyone should be using them.