Closed toyboot4e closed 3 days ago
Because the original ACL uses snake_case, we need our own naming convention. Here's the rough idea:
Type names UpperCamel: SccGraph.
SccGraph
Record field names Use suffix: nScc
nScc
Function names lowerCamel: sccIds.
sccIds
For abbreviations/acronyms, only the first character is capitalized.
This is also the case with C# version of ac-library.
Because the original ACL uses snake_case, we need our own naming convention. Here's the rough idea:
Type names UpperCamel:
SccGraph
.Record field names Use suffix:
nScc
Function names lowerCamel:
sccIds
.For abbreviations/acronyms, only the first character is capitalized.