kalekje / LNCHR-pub

MIT License
25 stars 4 forks source link

Quick question about the source code #17

Open pa-0 opened 4 days ago

pa-0 commented 4 days ago

I'm a novice and trying to get into AutoHotkey. I feel like this tool would be the perfect way to get my foot in the door, just because I really like it, and even more so would like to "make it my own" by customizing it, adding features, etc.

I am exploring the source code just for the sake of familiarizing myself with it and getting a grasp on the structure. I noticed this file is formatted differently than the rest: image

It looks like the majority of the code in this file resides on one line. Is there a particular benefit/purpose to structuring it this way? Maybe to be parsed later?

kalekje commented 4 days ago

Hey thanks for taking an interest! If you read the documentation, it says that I use an Excel Macro to manage my code for this portion. There is no advantage to writing everything on one line.