]> Kevux Git Server - fll/commit
Update: Change "exists" to "exist" in fakefile syntax.
authorKevin Day <thekevinday@gmail.com>
Thu, 14 Jul 2022 02:05:08 +0000 (21:05 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 14 Jul 2022 02:05:08 +0000 (21:05 -0500)
commitc6394ce440357b2def6864f5d78fb66912286aa5
tree47d84e8b74168a64f361376566cdc8e469d37afa
parent12366d132df6e0be00fc06514fecae5a92e891c0
Update: Change "exists" to "exist" in fakefile syntax.

The use of "exists" is grammatically correct and the use of "exist" is grammatically incorrect.
This is not in English grammar.
The practices of this project are to focus on using "s" strictly for plural.
The practices of this project are to use simple or base words more often.

The area in which proper grammar is allowed is when interacting with the user rather than with code.
A project like Fake has a target user who is a programmer.
This is a grey area.

The project is already using "if define" rather than "if defined".
For the purpose of keeping a consistent design, I am favoring "exist" over "exists" for this grey area.
Another bonus is that "exist" is shorter than "exists" (however trivial).
level_3/fake/c/private-common.c
level_3/fake/c/private-common.h
level_3/fake/c/private-make-operate_process.c
level_3/fake/c/private-make-operate_process_type.c
level_3/fake/c/private-make-operate_process_type.h
level_3/fake/c/private-make-operate_validate.c
level_3/fake/documents/fakefile.txt
level_3/fake/specifications/fakefile.txt