Viewing 15 posts - 16 through 30 (of 378 total)
I am surely controversial in my opinions about version control systems here and that is fine by me.
Let me start with this. I consider complete models, including the associated...
February 18, 2016 at 8:04 am
Kristen-173977 (10/15/2015)
peter-757102 (10/15/2015)
October 15, 2015 at 6:01 am
Kristen-173977 (10/15/2015)
October 15, 2015 at 4:21 am
Eric M Russell (10/14/2015)
October 15, 2015 at 4:00 am
When building a log table there is nearly always a chronological order that can be exploited. Create the clustered index such that date and time (or sequence number)...
September 25, 2015 at 5:35 pm
For me it is very much dependent on what gets logged and how frequent log events happen.
1) Which details are relevant and are known at logging time and which can...
September 25, 2015 at 9:04 am
A good developer works towards keeping designs and implementations as simple and understandable as can be. And provides solutions that are complete as based on what is actually important. There...
September 16, 2015 at 8:40 am
I agree that it adds complexity, but I'm not sure what you mean when you say it limits what can architecturally work. All the same things are possible with...
July 23, 2015 at 1:32 pm
ZZartin (7/23/2015)
peter-757102 (7/23/2015) solution.
The reasoning that it's a small step from testing to unit tests I cannot subscribe to.
Some factors that are needed to make the step are:
* Persisting and...
July 23, 2015 at 11:50 am
cgeswein (7/23/2015)
Running tests to see if the code works as intended is common sense, even part of coding itself and has always been since the first computers.
Indeed, so why not...
July 23, 2015 at 11:14 am
ZZartin (7/23/2015)
peter-757102 (7/23/2015)
ZZartin (7/23/2015)
If the answer is anything other than a definitely yes...
July 23, 2015 at 6:55 am
ZZartin (7/23/2015)
If the answer is anything other than a definitely yes then yes...
July 23, 2015 at 6:13 am
Ed Elliott (7/23/2015)
I talk about why it is good and makes it easier to write...
July 23, 2015 at 5:38 am
ben.pittoors (7/23/2015)
peter-757102 (7/23/2015)
...
Code that is testable, regardless of the quality of the tests, already leads to better design. And don't get me started on 'design decisions'... if you make...
July 23, 2015 at 5:21 am
John Mitchell-245523 (7/23/2015)
peter-757102 (7/23/2015)
July 23, 2015 at 4:29 am
Viewing 15 posts - 16 through 30 (of 378 total)