21
styles
7y

Genuine snippet of code from something we are rewriting from scratch..

// Returns true if section length is greater than maximum path
public bool isOversized(double sectionLength) {
return false;
}

Fffuuuuuu

Comments
Add Comment