How do you know what testing/designing practices all "important" software projects use? Do you expect it to be advertised?
A few years back I saw something similar where subreddits were presented like a tree, based on topics (and popularity, I think). Made it easy to drill down to interesting niche subreddits. Haven't been able to find it…
You are skipping a step there - it's red -> green -> refactor As for "tactical programming instead of strategic design" - that's entirely up to the developer and how they approach the problem. if you are prone to…
You don't need precise specs to practice TDD. If you have idea of the code you need to write, you can write the test for it beforehand - no matter how often someone might change their mind about the app. Doing so would…
If no one knows whether the code is correct a generated test could easily do more harm than good. If no one is able/willing to refactor the code into understandable and testable bits, there's not much left to guarantee…
Do you think there's any relation between the naming of whitelist/blacklist and skin color? I certainly don't. Colors and their associations exist beyond racial identity. Also, what is the problem in calling the…
I'm not a huge fan of putting client-side rendering on everything, but I still feel it's unfair and shallow to put so much blame on it. For an app getting more than a couple page views in a session, a SPA solution may…
Weird. I also use flake8 and the only mismatch between the two has been the default line length of black, which I changed to 79. All is good now.
I have hated every single formatter I've tried, other than Black. It seems to be the only one that's not just trying to put style into PEP8 compliance, but also keep it readable and maintainable. I'm also curious about…
How do you know what testing/designing practices all "important" software projects use? Do you expect it to be advertised?
A few years back I saw something similar where subreddits were presented like a tree, based on topics (and popularity, I think). Made it easy to drill down to interesting niche subreddits. Haven't been able to find it…
You are skipping a step there - it's red -> green -> refactor As for "tactical programming instead of strategic design" - that's entirely up to the developer and how they approach the problem. if you are prone to…
You don't need precise specs to practice TDD. If you have idea of the code you need to write, you can write the test for it beforehand - no matter how often someone might change their mind about the app. Doing so would…
If no one knows whether the code is correct a generated test could easily do more harm than good. If no one is able/willing to refactor the code into understandable and testable bits, there's not much left to guarantee…
Do you think there's any relation between the naming of whitelist/blacklist and skin color? I certainly don't. Colors and their associations exist beyond racial identity. Also, what is the problem in calling the…
I'm not a huge fan of putting client-side rendering on everything, but I still feel it's unfair and shallow to put so much blame on it. For an app getting more than a couple page views in a session, a SPA solution may…
Weird. I also use flake8 and the only mismatch between the two has been the default line length of black, which I changed to 79. All is good now.
I have hated every single formatter I've tried, other than Black. It seems to be the only one that's not just trying to put style into PEP8 compliance, but also keep it readable and maintainable. I'm also curious about…