Whats peoples on thoughts as far as readability goes if I did:
NPC Code:
function onCreated()echo "Hello world!";
I think it improves readability as its a smaller area to focus on however some might argue it decreases readability, can someone please clarify this?