Giter VIP home page Giter VIP logo

Comments (4)

starchip avatar starchip commented on August 22, 2024

Your writing, whilst interesting, never seems to consider why you should NOT use an ORM.
This is the dilemma - to which you propose a ridiculous flurry of nonsense from other languages and scripts to solve. We were solving this before even SQL arrived on the scene - let alone Python.

OOP and Relational Databases do not get on with each other - and they never will. Attempting to get one talking to the other means that your own mental picture of these two separate worlds is compromised beyond repair. OOP means HIDING data. RDBMS means showing your knickers.

If you want OOP - go Smalltalk and stop messing about with all the others. If you want RDBMS then go IBM DB/2 and stop messing around. NEVER touch nor allow in your shop, something as naive as SQL.
If your language needs to jump through hoops to get to DB/2 then change your language. Do it now.
Data is all, everything. Any barrier between you and data should be removed.

DB/2 will optimise your indexes for any question asked and speed up the ones you ask for more often. It will allow outward left joins sooner than look at you whilst Python is still trying to construct them. It has them ready 'cos someone asked for them 18 months back. That is what a 24-hour running database engine does. If you do not need those capabilities then shutup about them and go back to cataloguing your DVDs. You think that IBM used SQL when it took on the IT of the Olympic Games? Nahhh - it was Visual Basic and a couple of Access databases.

Smalltalk will spend the next decade telling you that they have amazing interfaces to Databases. Really? Why don't they write one?

from monadical.com.

pirate avatar pirate commented on August 22, 2024

Hah I couldn't write satire this good if I tried @starchip.

from monadical.com.

starchip avatar starchip commented on August 22, 2024

Thanks for your kind comment pirate. A little background here; I was the IT Director of a British Mortgage Company (now retired). I had around 40 IT staff and max 300 end-users. IBM shop. Three AS/400s. Everything written in RPG, CLP and REXX. I wrote my resignation letter in REXX but it just kept recursively annoying my Boss. BTW. not many people know that the AS/400 was an OOP box.

Apart fom being pissed off with learners pontificating upon issues that I personally spent sleepless nights trying to fix when they were still in nappies or not even on the planet, I am also very worried about what I would call the fracturing of professional software practices. Easy stuff like "KISS" and "FONDLE" – though nobody ever told me what "KISS" stood for.

If you want to screw up those practises then do so and have a reason for doing so.

We did. For example; when I worked for a software house (same as a hardware house but made out of sponge), we used to push out new releases of our Banking/Mortgages/Consumer Finance Applications on an almost monthly basis. Each new release would have to be certified by the Quality Assurance team. So we (programmers) always gave them a system that worked. Then they could test it and approve it. Then we sent out the one we had written.

You got some stories?

from monadical.com.

cmougin avatar cmougin commented on August 22, 2024

thank you.
you have a typo to fix:
q7_choice1 = Choice(question7, "Digital Ocean")
q7_choice2 = Choice(question7, "Hetzner")
instead of:
q7_choice1 = Choice(question2, "Digital Ocean")
q7_choice2 = Choice(question2, "Hetzner")
I think.

from monadical.com.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.