@[email protected] to [email protected]English • 3 months agoIs The Fold Method Bodies by Default a Missing IDE Feature ?matklad.github.iomessage-square7fedilinkarrow-up130arrow-down13cross-posted to: [email protected]
arrow-up127arrow-down1external-linkIs The Fold Method Bodies by Default a Missing IDE Feature ?matklad.github.io@[email protected] to [email protected]English • 3 months agomessage-square7fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink3•edit-23 months agoIMO folding to hide is about equivalent to moving all contents to another file/private function: def bad_function(args): return _hide_elsewhere(args) i.e. does nothing. Real solution to pyramids of doom is to fix the code.
IMO folding to hide is about equivalent to moving all contents to another file/private function:
i.e. does nothing. Real solution to pyramids of doom is to fix the code.