Lucian Ghinda on Nostr: Oh this is a super useful idea. I keep thinking about how to structure my methods so ...
Oh this is a super useful idea.
I keep thinking about how to structure my methods so that it is easier to read the most important parts first.
Like when there is an object and has 1-2 main interfaces/main methods and those are calling other methods (like a second order of importance) and those are calling other methods (like third order of importance).
So far I tried and likes the idea to have multiple private sections.
But maybe endless could also be used as a sign. Will explore!
I keep thinking about how to structure my methods so that it is easier to read the most important parts first.
Like when there is an object and has 1-2 main interfaces/main methods and those are calling other methods (like a second order of importance) and those are calling other methods (like third order of importance).
So far I tried and likes the idea to have multiple private sections.
But maybe endless could also be used as a sign. Will explore!