Hi everyone,
I'm working on optimizing the command prompt so that it runs faster in Platform Builder. I think Antikore mentioned some things like removing commands and extra space on compile. That stuff is happening. But there's something else I'm doing too.
The command prompt works by searching through a long list of commands until it finds the one that its looking for. Once it finds the command in the list, it will stop searching and execute the command.
What this means is that I want to have the most commonly used commands to appear early in the list so that they are found quickly.
Could you help me out by commenting below which commands you tend to use most often in Platform Builder? (This also goes for conditionals)
Thanks!
-TingThing