Soandso2
Well-known member
- Joined
- Mar 13, 2023
- RedCents
- 937¢
Perhaps this is trivial, but I like to do things the right way, and will refrain from doing something "that works" but is considered to be bad practice.
Having to write mq.TLO.somethingorother makes my fingers bleed. I noticed that doing
local me = mq.TLO.Me works just fine (or at least it does in my very limited test)
However, is this considered bad? ( I cannot see how or why it would be, but I would like to know what the general consensus is anyway.)
Having to write mq.TLO.somethingorother makes my fingers bleed. I noticed that doing
local me = mq.TLO.Me works just fine (or at least it does in my very limited test)
However, is this considered bad? ( I cannot see how or why it would be, but I would like to know what the general consensus is anyway.)

