coding_wisdom's profile picture. The wise shall code

CodingWisdom

@coding_wisdom

The wise shall code

Keep your SQL queries outside loops.


"I just found the last bug" -- is the height of a programmer's optimism.


What files should _not_ be committed to git? Anything that is *generated* when your software is run, should not be committed to git. eg., log files, output files, compiled binaries. etc.


Git 101 - what files should be committed to git? Commit your source code files and application configuration files to git. Think of what another developer will need to run your code. Only those should live in the source control system, except secrects.


Programmers are wedded to happy path coding.


United States 趨勢

Loading...

Something went wrong.


Something went wrong.