Tips for saving memory

A tidbit from my coder’s mindset guide:

  1. Congruence Cutdown (This is a big one)
    So there are a few characteristics to a channel: Time of broadcast and scope. So if you have a preexisting channel that has the same exact time of broadcast and scope, then you don’t need a new channel. The same is true with triggers and other devices. Triggers have these characteristics: Scope and Function. The function part is not what it is supposed to do. It is what blocks it has, what those do, and what it broadcasts on. If it is exactly the same, then you don’t need an extra of that. (I’m guilty of this).
    There is an extra one for more advanced gims. So say you want to filter out the people that don’t have something. You go into blocks and put if this = this then do this. Well… you can also do this since this also serves the same purpose. This will save you 6 blocks inside the block. So, you can use the activation of the device instead of the if statement. The 2 are congruent as long as the device does not do anything else.
1 Like

yep, already added that

1 Like

this is not meant to be on help

1 Like

yes it is?

1 Like

no? its more like guides than help

1 Like

because what does he need help with?

1 Like

He needs help with compiling the ideas of what to include in his guide

1 Like

oh okay Didnt quite read it right then Im very sorry

Oh its perfectly fine
by the way do you know if the guide ever came out

No but there are ones from the past

Yeah, it did.

1 Like