OttoVonNoob@lemmy.ca to Programmer Humor@programming.dev · 2 months agoMy friend suggested I use different names for variables..lemmy.caimagemessage-square50fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageMy friend suggested I use different names for variables..lemmy.caOttoVonNoob@lemmy.ca to Programmer Humor@programming.dev · 2 months agomessage-square50fedilinkfile-text
minus-squarearendjr@programming.devlinkfedilinkarrow-up0·2 months agoYeah, I mix them too, although I apply quite a bit of functional techniques especially at the architectural level as well. OO I use mostly for dealing with I/O and other areas where statefulness cannot be avoided. If you’re interested, I also write an in-depth blog where I touch on these topics: https://arendjr.nl/blog/2024/07/post-architecture-premature-abstraction-is-the-root-of-all-evil/
Yeah, I mix them too, although I apply quite a bit of functional techniques especially at the architectural level as well. OO I use mostly for dealing with I/O and other areas where statefulness cannot be avoided.
If you’re interested, I also write an in-depth blog where I touch on these topics: https://arendjr.nl/blog/2024/07/post-architecture-premature-abstraction-is-the-root-of-all-evil/