▲ | 3836293648 3 days ago | ||||||||||||||||
Types are only nicer on the left when it isn't also annotated with all the other static constexpr [[nodiscard]] nonsense. And left types are actually greppable seperately from variable declarations. Having both left and right types is stupid, but as a whole right types are easier to deal with | |||||||||||||||||
▲ | winocm 3 days ago | parent [-] | ||||||||||||||||
I learned of a cute side effect when one puts the function name on its own line, like above. In BSD of yore and modern contemporaries, one could often perform `grep '^function'` and end up finding the source file quite easily. I think it also makes using ctags(1) a bit easier too, but not entirely sure on that bit. | |||||||||||||||||
|