Why Don't You Unit Test Code?
This Friday Steve Jones wants to know what you think of testing code and why you don't do it.
2017-10-06
67 reads
This Friday Steve Jones wants to know what you think of testing code and why you don't do it.
2017-10-06
67 reads
Steve Jones talks about learning, teaching, and the need to not waste anyone's time.
2017-10-05
65 reads
Steve Jones notes that we often solve problems better the second time around.
2017-10-04
70 reads
2017-10-03
159 reads
2017-10-02
91 reads
Even the most elaborate team-based development methodology won't compensate for the blinkered attitudes and tribal cultures that come from over-specialization in IT.
2017-10-02
65 reads
2017-09-29
59 reads
2017-09-28
81 reads
2017-09-27
206 reads
2023-05-17 (first published: 2017-09-26)
257 reads
Welcome back, my fellow sleuths, to my mystery-inspired blog series! I’m having a ton...
By Steve Jones
This was one of the original values: The facing page has this text: No...
By Chris Yates
For decades, enterprises have thought about data like plumbers think about water: you build...
Comments posted to this topic are about the item Create an HTML Report on...
Comments posted to this topic are about the item I Love Editorials
Hi everyone I have a 1000 plus line query and I am getting an...
What happens when I run this code:
DECLARE @s VARCHAR(1000) = 'apple, pear, peach' SELECT * FROM STRING_SPLIT(@s, ', ')See possible answers