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
Minus a tiny mention in src/lib/nextWordGuesserStrategy.ts, the current documentation is...basically nonexistent other than the code being its own source of truth (which is not exactly obvious in many spots).
Acceptance Criteria:
Each class and method is TSDoc documented;
the README is expanded to explain the solver logic and each scoring method used;
Antora docs are generated as applicable; and
Clean up the more intricate/unreadable portions of solver code (use more named intermediary variables & comments, etc.).
The text was updated successfully, but these errors were encountered:
Minus a tiny mention in
src/lib/nextWordGuesserStrategy.ts
, the current documentation is...basically nonexistent other than the code being its own source of truth (which is not exactly obvious in many spots).Acceptance Criteria:
The text was updated successfully, but these errors were encountered: