No One Knows Anymore About This Code

Sdílet
Vložit
  • čas přidán 29. 12. 2023
  • Are you confused where to start coding/what to learn/what roadmap to take? Take this free 2 minute quiz: codedamn.com/career-path-quiz
    👉 Checkout codedamn on social:
    ✨ Instagram: cdm.sh/ig
    ✨ Twitter: cdm.sh/twt
    If you found the video valuable, please leave a like and subscribe ❤️ It helps the channel grow and helps us push out more valuable content.

Komentáře • 12

  • @amarm__85
    @amarm__85 Před 7 měsíci +8

    Cobol is in fact very easy to learn.. it is English like language. The problem is that banks and financial systems don't want to move out of cobol because it is very high performance language. To process batch of 1 million records cobol would take second where java will keep running for hours.
    Another thing is that there are millions of lines of code written is cobol and converting them to another programming Language will be very costly and no one wants to spend money on things which are working without issue for many many years ...

    • @electrolyteorb
      @electrolyteorb Před 5 měsíci

      Why the f do you think languages like Go, Rust, C and C++ exist??
      What's the purpose of LLVM's optimisation on all of these?
      + IBM's "big iron" is a COMPUTER, just like any computer. write software which emphasize thinking how computer works...
      Not cobol, python and this whole clean code bullsh*t, computers don't work in plain English, and without thinking about memory... It's trivial to find memory leaks

  • @qoobes
    @qoobes Před 7 měsíci +6

    Love the content, just the title is confusing. Can you change it to something like “No one knows this code anymore”? Or like “The world runs on code no one knows anymore”

  • @zhanezar
    @zhanezar Před 7 měsíci +2

    COBOL is easy , its not like we couldnt learn it , the hard part is learning how businesses implemented it

    • @orionh5535
      @orionh5535 Před 7 měsíci +1

      True, but also it depends how you feel about procedural coding paradigm.

  • @juanmacias5922
    @juanmacias5922 Před 7 měsíci +1

    I think the only way to migrate those code bases would be with TDD, only real way to know it is performing the same way.

  • @Eloii_Xia
    @Eloii_Xia Před 5 měsíci

    Nothing better than COBOL and LISP :D

  • @rishiraj2548
    @rishiraj2548 Před 7 měsíci +1

    Excellent share. Great thanks

  • @Akshatgiri
    @Akshatgiri Před 7 měsíci +1

    That article is most likely written by an AI by marketing team at IBM.

  • @trivedi2690
    @trivedi2690 Před 7 měsíci

    its true i was working on john deere legacy project and its very brainstorming and worst work to convert cobol , ibm db2 mainframe job to nodejs one.

  • @bhumit070
    @bhumit070 Před 7 měsíci +3

    I just think the same Can we really trust AI to convert codebase
    Currently I am migrating PHP codebase to NodeJS and I have tried chatgt but it sucks 50% of the time but it works on straightforward things like reading file from disk or converting basic PHP class to js one.

    • @gandalfthegrey2777
      @gandalfthegrey2777 Před 7 měsíci +1

      right now generative ai is a declarative programming language, you don't have to tell every single step to it like you are writting every line of code but you can't tell it high level orders to complete on its own, need to give it particular steps to do, very small tasks to reduce your work, it's a companion who knows how to code but has no experience.
      In future AI will get much better though, might build complete solutions from simple orders.