Important quotes for all typists all over the world

Thursday, September 06, 2012 0 Comments


Today, I'm looking for some references about UNION on MYSQL, and one of tab I opened is from stackoverflow.
Here is a quotes I copy from the site :
Too many coders [thom : I read it as typists] try to limit themselves to the functionality of a framework. DONT. use what the framework provides. If it does not have the functionality you seek, then either:
  • Code the functionality you need into a class extension
or
  • Custom spin the code within the framework to suit your needs.
Often, developers try to hammer a square peg into a round hole and wind up doing way too much extra work that really only makes the code complicated. Take a step back and ask why you are using the framework to begin with. It brings structure to an unstructured language. It provide solid reusable foundation to build your application on. It is not intended to be a box to put yourself in and be limited.

I think there is something in it, so that I copy it into this blog. What do you think?