2026/07/05

From WoozleCodes
Jump to navigation Jump to search
Sunday, July 5, 2026 (#186)
Saturday Sunday Monday

References

Previously:

Main Work

I feel like progress is happening, but at this point it's a continuous slow while-loop:

  • run test
  • get error
  • understand error
    • i.e. find what's causing the error, which is not necessarily where the error surfaced
  • fix whatever it is
    • this could be anything from {obvious typo} to {design problem}
  • repeat.