Sjmarf@sh.itjust.works to Programming Humor@lemmy.worldEnglish · 1 day agoCompareBooleanssh.itjust.worksimagemessage-square29fedilinkarrow-up1219arrow-down12
arrow-up1217arrow-down1imageCompareBooleanssh.itjust.worksSjmarf@sh.itjust.works to Programming Humor@lemmy.worldEnglish · 1 day agomessage-square29fedilink
minus-squaremagic_lobster_party@fedia.iolinkfedilinkarrow-up14·1 day agoMy guess to why there’s two functions is because it was originally only internal, and the programmer realized they needed public as well, but changing internal to public is too scary so they created a new method instead.
minus-squareDragonTypeWyvern@midwest.sociallinkfedilinkEnglisharrow-up1·21 hours agoThat does sound scary on general principles
My guess to why there’s two functions is because it was originally only
internal
, and the programmer realized they neededpublic
as well, but changinginternal
topublic
is too scary so they created a new method instead.That does sound scary on general principles