Search found 2 matches

by planeW
Fri Mar 19, 2021 8:38 am
Forum: Development, plugins and third party software
Topic: How to structure code - best practices?
Replies: 7
Views: 23827

Re: How to structure code - best practices?

I tend to prefer option 2, with little nesting and returning early. By reducing the amount of nesting I find it easier to read what's going on and to spot errors. For example in option 1 there's a big gap between calling Action 1 and handling its error/non-success, so I find it more difficult to rea...
by planeW
Fri Mar 19, 2021 7:23 am
Forum: Development, plugins and third party software
Topic: How is Everything so efficient?
Replies: 11
Views: 31821

How is Everything so efficient?

Hello! I've been using Everything for so many years now and as a software developer it always felt like this is too good to be true and its developer must be cheating somehow ;) On the one hand Everything is incredibly fast at searching, which indicate that the in-memory data structure for the datab...