

No one goes to the Louvre, it’s too crowded.
No one goes to the Louvre, it’s too crowded.
Begun, the phone battery wars have.
Git is p2p and distributed from day 1. Github is just a convenient website. If Microsoft takes down your repo, just upload to another system. Nothing but convenience will be lost.
And that you can sort of fold back the wrong way, just not completely flat.
I disagree that parsing is validating. For example, you could give me a valid ISO date time string, but I want a shipping date and you gave me something in the past. It parses, but is not valid.
I disagree that validating early is bad because some other part of the code might also validate later and possibly do it differently. Yes, that’s bad, but not a reason to not validate early.
I understand the concept. I just disagree that it’s a good idea.
I don’t see it. I would much prefer to validate early rather than late. The example of ‘other code might validate it differently or not at all’ seems specious. I don’t want invalid information “deep within the bowels of the system”.
Leopards ate his wife.
It’s something trump said.
Underrated by who? Who the hell is rating these things anyway?
I normally don’t consider myself at all.
ITYM TLAs and FLAs
Pretty sure you have to abort and start over.
Productivity is for Produce.
No, that’s not what people mean. They mean measure first, then optimize. Small optimizations may or may not be worth it. You don’t know until you measure using real data.