Changes between Version 29 and Version 30 of SchemaEvolution


Ignore:
Timestamp:
Jul 4, 2007, 1:36:19 PM (17 years ago)
Author:
rtconner
Comment:

formatting fixes

Legend:

Unmodified
Added
Removed
Modified
  • SchemaEvolution

    v29 v30  
    384384You can't handle stupidity
    385385------------------------------
    386 To be honest I would not like a system that tried to cater to Carol. She is an idiot and needs to learn more. If the answer to something is "you don't have to know what you are doing" then its not a good answer. DJango.. to use DJango, its not that you don't have to know a lot, its that you have less work to do. Everything is faster, not stupider.
    387 
    388 Really I'm uncomfortable catering to Alice either. If she can't read SQL, tell her not to use a database. I say start off with a system that would only cater to a know-it-all like Ben. If you can layer on ways to handle Alice/Carol later then fine do it.. but please please do not take any power or functionality away from Ben in the process.
    389 
    390 Also, versioning of database structure should not be the job of DJango at all. If someone wants to version their DB structure they can bust out SVN, put Django's sql output commands to use and do it themselves. Django has no business versioning anything.
     386To be honest I would not like a system that tried to cater to Carol. She is an idiot and needs to learn more. If the answer to
     387something is "you don't have to know what you are doing" then its not a good answer. DJango.. to use DJango, its not that you don't
     388have to know a lot, its that you have less work to do. Everything is faster, not stupider.
     389
     390Really I'm uncomfortable catering to Alice either. If she can't read SQL, tell her not to use a database. I say start off with a system
     391that would only cater to a know-it-all like Ben. If you can layer on ways to handle Alice/Carol later then fine do it.. but please
     392please do not take any power or functionality away from Ben in the process.
     393
     394Also, versioning of database structure should not be the job of DJango at all. If someone wants to version their DB structure they can
     395bust out SVN, put Django's sql output commands to use and do it themselves. Django has no business versioning anything.
    391396
    392397--Rob C (rtconner)
Back to Top