You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kurausukun — 05/12/2023 5:46 PM
Remember that "work" is Japanese code lingo for "temporary/generic variable/memory"
Kurausukun — 05/12/2023 5:49 PM
"work" will not mean anything to anyone who doesn't know JP and I think all instances of it should be removed
The text was updated successfully, but these errors were encountered:
Useful grep:
grep -Pwr --include="*.c" --include="*.h" --exclude-dir="tools" --exclude-dir="sub" --exclude-dir="lib" --exclude-dir=".github" --exclude-dir="files" "(\w+[wW]ork|work)"
Rationale:
The text was updated successfully, but these errors were encountered: