Search Results

0
votes

What is your “best friend” as a programmer?

Internet is probably easily one of the best tool though it can be a double-edged sword as you shouldn't refer to it for every problem. Sleep (bed?) is also pretty useful or any time (?) away from …
4
votes

What commands must I learn to become an effective Linux shell script programmer?

Compressing and uncompressing various archives. Using the man pages alias is always helpful as mentioned by others sed & grep …
1
vote

What are some bad programming habits to look out for and avoid?

Using the debugger (and ONLY the debugger) to fix bugs or code. It's really handy and easy to do this sometimes that you end up spending more time with the debugger than thinking about the design …