Comment on: Computer Programming to be renamed Googling Stackoverflow
0 22 Jul 2015 05:07 u/hairylarry in v/programmingComment on: Computer Programming to be renamed Googling Stackoverflow
It's a carpenter's maxim. The first 90% of the job takes 90% of the time. The last 10% of the job takes the other 90% of the time.
Comment on: Computer Programming to be renamed Googling Stackoverflow
I find that googling stack overflow allows my subconscious to work the problem. Over ninety percent of the time I return to the code and fix it with what I already knew.
And the other ninety percent of the time stack overflow really helps.
Thanks,
Hairy Larry
Comment on: Why you should never, ever, ever use MongoDB
I can backup with both mysqldump (local) or with phpmyadmin (online). And the backup is in plain text with everything needed to do a restore.
So, yes, I do like that.
Comment on: Why you should never, ever, ever use MongoDB
I use mysql / MariaDB and have had good luck with it. Postgre has been the leading alternative for years but I haven't used it on a project.
It's a joke. The first 90% of the job takes 90% of the time. The last 10% of the job takes the other 90% of the time.