The Golden Rule of Programming
stackify.com
The Golden Rule of Programming
1–10 of 20 posts
Re: The Golden Rule of Programming
#2Is Error establishing a database connection the golden rule of programming? :-)
Re: The Golden Rule of Programming
#3Is Error establishing a database connection the golden rule of programming? :-)
That's some Jedi Master type of rule right there.
Re: The Golden Rule of Programming
#4never knew that the golden rule was a database error.
Re: The Golden Rule of Programming
#5Re: The Golden Rule of Programming
#6never knew that the golden rule was a database error.
For me, it's more of a "general rule" than a "golden rule".
Re: The Golden Rule of Programming
#7Welp. That's an interesting golden error.
Cached version: http://webcache.googleusercontent.com/search?q=cache:vyvuBLO...
Re: The Golden Rule of Programming
#8This is deep. I believe the golden rule is to keep your database online.
Re: The Golden Rule of Programming
#9"if it can be null, it will be null"
And here comes a repetition of Maybe Foo in haskell, and Option in Scala/Java. Hehe :-)
Re: The Golden Rule of Programming
#10"If it can be null, it will be null"
So explicitly define what is allowed to ever be "null": http://lukeplant.me.uk/blog/posts/null-pointers-vs-none-vs-m...