CodyIT@programming.dev to Programming@programming.devEnglish · 11 个月前OOP is not that badosa1.netexternal-linkmessage-square60linkfedilinkarrow-up145arrow-down17
arrow-up138arrow-down1external-linkOOP is not that badosa1.netCodyIT@programming.dev to Programming@programming.devEnglish · 11 个月前message-square60linkfedilink
minus-squareHawk@lemmynsfw.comlinkfedilinkarrow-up9·11 个月前I’ve always had an easier time jumping into an oop code base, then eg a lisp one. I hear people when they say they don’t want their data mixed in with their logic but The pressure to structure code Is very nice.
minus-squareMajorHavoc@programming.devlinkfedilinkarrow-up3·11 个月前 The pressure to structure code Is very nice. That is a great point. It’s interesting how our tools influence our designs, and OOP does force some thought to go into having an intentional structure.
I’ve always had an easier time jumping into an oop code base, then eg a lisp one.
I hear people when they say they don’t want their data mixed in with their logic but The pressure to structure code Is very nice.
That is a great point. It’s interesting how our tools influence our designs, and OOP does force some thought to go into having an intentional structure.