Shitlist Driven Development (2016)
11–20 of 148 posts
Re: Shitlist Driven Development (2016)
#12This is an excellent way of using your (hopefully) already existing testing and CI infrastructure to change a social problem into a technical problem. As we all know, technical problems are by far the easier of the two. :) We used this technique to great effect at my previous day job, though under the more neutral name of "ratchet".
Re: Shitlist Driven Development (2016)
#13Re: Shitlist Driven Development (2016)
#14Re: Shitlist Driven Development (2016)
#15Re: Shitlist Driven Development (2016)
#16Brilliant. It's a really good compliment to strangling certain parts of a large code base. As always the key is getting the information to the right people at the right time, and making it more difficult to make the wrong choices then the right choices.
That’s not always the case.
When Flash dies Jan 12, 2021, you’ll see what I mean.
There’s been so much misinformation about it, but there’s an OS datetime check in the Flash viewer code, browsers will disable the plugin even for some older versions not just new releases and have or will remove PPAPI and NPAPI support, and Windows already has an optional update to kill Flash support that will be part of regular updates in Summer 2021.
Even with three years of warning, it’s not ok.
It’s an extreme case of deprecation, being attempted by the best in the business, but it is inherently bad, and there’s hardly a good way of doing it.
Re: Shitlist Driven Development (2016)
#17Brilliant. It's a really good compliment to strangling certain parts of a large code base. As always the key is getting the information to the right people at the right time, and making it more difficult to make the wrong choices then the right choices.
The idea of deprecation and death of code assumes that those using it can easily stop. That’s not always the case. When Flash dies Jan 12, 2021, you’ll see what I mean. There’s been so much misinformation about it, but there’s an OS datetime check in the Flash viewer code, browsers will disable the plugin even for some older versions not just new releases and have or will remove PPAPI and NPAPI support, and Windows a…