• 0 Posts
  • 1 Comment
Joined 1Y ago
cake
Cake day: Jul 17, 2023

help-circle
rss

This is the only way;

if (condition) {
    code
}

Not

if (condition)
{
    code
}

Also because of my dyslexia I prefer variable & function names like this; ‘File_Acces’ I find it easier to read than ‘fileAcces’