# 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/vcma67q
(#bqxlviq) Speaking of good error handling. Have you or your mates/colleagues thought much about good/best practices around this? Besides the fa ...
Speaking of good error handling. Have you or your mates/colleagues thought much about good/best practices around this? Besides the fact that it's a bit of an "art form" -- So is good Unit Testing really and even designing good interfaces.
For example, how much context to provide? Should you always wrap the underlying error? Is it always useful to bubble errors up the stack? I'm not even sur ... ⌘ Read more