WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

1.0K

isno=cat "$dirloc""perms" if [ "$isno" == "" ]; then echo "no" > "$dirloc""perms" echo "No was not Yes. We changed that." fi

You can go f right off, younger me.

>isno=`cat "$dirloc""perms"` > if [ "$isno" == "" ]; > then > echo "no" > "$dirloc""perms" > echo "No was not Yes. We changed that." > fi You can go f right off, younger me.

(post is archived)

[–] 1 pt

I embedded ample comments in my coding days. You never knew when you might be requested to revise or add more capability years later.

Anything I wrote from scratch was virtually self commenting because I used very descriptive variable names and did my best to write code that read like English. Visual Basic was a great language for that. C and C++, not as much.