# 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 16
# self = https://watcher.sour.is/conv/wpmivjq
cool, what time and is it online?
@prologic Nice! A few things (I can't fix them myself I reckon):
* Code blocks would benefit from proper indentation.
* Interfaces have adverbs as names? I reckon they're nouns instead.
* I don't get what convention ServeHTTP
is breaking here.
* Typo in section "Live Coding Time": "its".
* Typo in section "Receivers Matter": "Pointer"
@lyse Thanks for the review! I'll quickly fix this up before the presentation today (midday) 😅 In terms of conventions and naming however, yes these are _actually_ called "adverbs". An adverb is a noun that describes a verb, usually be putting an "er" on the end of a verb. But thi doesn't always work and sometimes it's hard to do, so that's why ServeHTTP
instead of Handle()
for the Handler
interface. Even though there is the Handle
and HandleFunc
function types 🤷♂️
@lyse Thanks for the review! I'll quickly fix this up before the presentation today (midday) 😅 In terms of conventions and naming however, yes these are _actually_ called "adverbs". An adverb is a noun that describes a verb, usually be putting an "er" on the end of a verb. But thi doesn't always work and sometimes it's hard to do, so that's why ServeHTTP
instead of Handle()
for the Handler
interface. Even though there is the Handle
and HandleFunc
function types 🤷♂️
@lyse Thanks for the review! I'll quickly fix this up before the presentation today (midday) 😅 In terms of conventions and naming however, yes these are _actually_ called "adverbs". An adverb is a noun that describes a verb, usually be putting an "er" on the end of a verb. But thi doesn't always work and sometimes it's hard to do, so that's why ServeHTTP
instead of Handle()
for the Handler
interface. Even though there is the Handle
and HandleFunc
function types 🤷♂️
Also the code-blocks not being indented properly is a bug with Hedge Doc's display. When you go into "Slide Mode" it does render properly I _think_ (I hope!)
Also the code-blocks not being indented properly is a bug with Hedge Doc's display. When you go into "Slide Mode" it does render properly I _think_ (I hope!)
Also the code-blocks not being indented properly is a bug with Hedge Doc's display. When you go into "Slide Mode" it does render properly I _think_ (I hope!)
@prologic Cool. Well, when I think of classic interfaces, then Reader
, Writer
, Seeker
, Closer
, Stringer
, Formatter
come to mind. Unless my definition of adverbs is completely off, these are nouns in my point of view. Granted, they end in er
and start with a verb, but they're nouns. Adverbs are something different: https://en.wikipedia.org/wiki/Adverb Anyways, good writeup. :-)