Search Results

1
vote

What’s Your Motto As A Developer/Programmer?

"I don't fix problems. I work around problems." …
0
votes

How do you get yourself to focus?

1) I clear my head by writing down all the things vying for my attention. 2) I turn off my phones. 3) I meditate for a couple of minutes. 4) I focus on a specific aspect of the work to start me off …
1
vote

What’s wrong with foreign keys?

Additional Reason to use Foreign Keys: - Allows greater reuse of a database Additional Reason to NOT use Foreign Keys: - You are trying to lock-in a customer into your tool by reducing reus …
0
votes

How do you vent stress as a programmer?

I have found two things that work for destressing: 1) Do some sort of physical activity, games, such as basketball, work best. 2) Ask myself a series of "what then" questions so th …
1
vote

Thoughts on Google 20%?

My company does not offer a similar program; however, I believe it is a GREAT idea. In addition, 3M pioneered the practice decades before Google was even a glimmer in someone's eye. I think 3M's bo …
0
votes

What is the best comment in source code you have ever encountered?

Sanitized: //Forward declarations: class X {}; // TODO: Remove {} ! When we get X defined.... …