refactor to smaller builder methods

This commit is contained in:
2023-12-02 17:06:05 +01:00
parent d0222b007f
commit b98513e6f3
3 changed files with 48 additions and 45 deletions
+1
View File
@@ -5,6 +5,7 @@ import Transform from './transform.js'
export default class Championship {
static last = null
// TODO: make "next" a standard format
static get next() {
let remainingOffset = 0
let day = Day.today