# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 1
# self = https://watcher.sour.is/conv/25srrna
A post about refactoring
Around a year ago, _presumably here_, I found a link to a quite post about refactoring. In it the importance of avoiding premature optimization was highlighted. Particulary, it talked about “make some spaghetti code” (start with) …. “now delete the spaghetti code” (when the need has come); “add some code repetition” (start with) …. “delete the repetited code”; “add some magical numbers” (start with) …. “replace them with the constants”….
I was doing, and doing, and doing bloody google search ... ⌘ Read more