astrsk@kbin.socialtoProgramming@programming.dev•What are the craziest misconceptions you’ve heard about programming from people not familiar with it?
43·
10 months agoWell, that’s probably true for the most part but by far the reality is that it comes down to lowest bidder 9/10 times. Unrealistic budgets and unrealistic time frames with as cheap labor they can find gets you a large amount of government funded projects throughout all the years.
I didn’t get a chance to look too deep into it, while it looks great for human reading in a terminal, can I just as easily output the diff to a patch file like I do often with
‘git diff [commit] [commit] > patch.txt
andgit apply
it?