Viewing 15 posts - 46 through 60 (of 206 total)
I guess emacs is slightly better than vi[m], but only in the same way that bronchitis is better than pneumonia. Since commit messages are commonly a line or two of...
December 11, 2020 at 10:48 am
Well, at least I learnt a valuable lesson! Thanks for your help in this.
September 2, 2020 at 5:02 pm
I've figured out the problem. We had increased the width of the underlying table but we didn't refresh the view, so the comma-delimited data was truncated. Memo to self -...
September 2, 2020 at 10:48 am
Thanks Steve. I agree - I think the Jitterbit part is likely the "culprit", but I'm struggling to understand how the two code paths can result in the different outcomes. ...
September 1, 2020 at 4:49 pm
My pleasure. I've had endless fun with QotD, never mind all the useful resources, forum etc. (I have a question that I've just posted!) so it's nice to be able...
September 1, 2020 at 3:58 pm
I realise that my data is anecdote, and I take your point about merging from dev -> origin/dev being two branches.
September 1, 2020 at 3:27 pm
Common practice. We don't have pull requests at my current employers (though we use a mixture of git and TFS) but at my last place we did use pull requests...
September 1, 2020 at 2:39 pm
The summary offered is not strictly true, in that a pull request does not necessarily involve two different branches, merely the incorporation of work after code review into a single...
September 1, 2020 at 7:13 am
Good article. My only disagreement is with your functions being in the Controller - to my mind they should be in a service layer.
June 12, 2020 at 4:10 pm
It may not be a "bug" but, as you say, it's inconsistent and could therefore trip up the unwary (a bit like using BETWEEN for date comparison, which bit me...
June 9, 2020 at 4:05 pm
I always, always, always parenthesise my operations so that the intent and the outcome are congruent. It drives other people crazy when they have to code review my work, but...
June 9, 2020 at 10:48 am
Thanks everyone. I've gone with the presence or absence of data in the NULLable error message column.
June 5, 2020 at 8:55 am
Thanks Jonathan. That is my inclination, but I would always prefer to follow accepted guidelines, if there are any ...
June 4, 2020 at 2:09 pm
Sorry, Steve... there is no correct answer here.
I agree.
March 16, 2020 at 11:20 am
Viewing 15 posts - 46 through 60 (of 206 total)