Title says it all should we be open minded about single line coding or should it be avoided at all costs i personally try to avoid it because it becomes a mess but sometimes it can be handy
if a new coder makes a habit of one line coding should they break it
example of some bad habits
local function SomeFunc() –code goes here SomeFunc()
If you’re writing short things and want to minimize unnecessary line usage, there is typically no issue with it. Regardless, there is never an “issue” when formatting code; only when you are trying to interpret it later. If it’s something like this: