Viewing 15 posts - 151 through 165 (of 515 total)
July 6, 2018 at 1:02 pm
One...
July 6, 2018 at 9:01 am
July 6, 2018 at 8:43 am
Bleh.
Nulls are evil. The only place I use them is for optional human-readable comments. Null means "no value". It doesn't even tell you why the value is missing....
July 6, 2018 at 7:00 am
Your request, by necessity, is going to cover a very large slice of life.
The day of a lone wolf developer/dba/jack of all trades is going to be VERY...
July 5, 2018 at 6:47 am
I think the real appeal of "schema-less" (actually, it should probably be called "ad-hoc schema" since nothing is schema-less) is that new "table structures" can be defined without regard to...
July 3, 2018 at 8:50 am
June 28, 2018 at 6:35 am
First, why in the world would you EVER have data on your laptop? Much less passwords????? Second, why in the world would you EVER use WiFi, public or not? And...
June 26, 2018 at 6:41 am
Meh, IMO there are still only 2, either Windows authentication (AD is still Windows authentication :)) and SQL authentication.
😛
June 18, 2018 at 6:33 am
June 11, 2018 at 6:55 am
June 8, 2018 at 12:20 pm
June 8, 2018 at 11:43 am
Oooh, my favorite pet peeve!
Comments are your friend. Now, that isn't to say you shouldn't spend every effort making the code readable, refactoring long routines into short, well-named...
June 8, 2018 at 6:58 am
Can you honestly say that large monthly cloud bills are better than the initial large expense of hardware? Hardware costs once, monthly subscription (and unexpectedly large charges) are an eternal...
June 7, 2018 at 6:48 am
The given answer is not correct. Python does not in fact have multi-line comments.
Triple quoted text is NOT a comment, it is a string. The fact the language's inventor...
June 6, 2018 at 6:36 am
Viewing 15 posts - 151 through 165 (of 515 total)