DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
701 stars 249 forks source link

rename isRestricted to hasRestrictedAccess #2510

Closed vmcj closed 2 months ago

vmcj commented 2 months ago
          I think this function name is ambiguous. It can easily be read to mean that this is a restricted scoreboard that only contains frozen data. However, it means that this is the full scoreboard that has restricted access.

I'd propose to rename it to something like hasRestrictedAccess.

_Originally posted by @eldering in https://github.com/DOMjudge/domjudge/pull/2497#discussion_r1578569139_