# 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/xwoxtqa
編寫 go 語言代碼三條基本原則**
這是一篇翻譯文章,爲了使讀者更好的理解,會在原文翻譯的基礎增加一些講解或描述。 軟件工程是當您添加時間和其他程序員時編程發生的事情。— Russ CoxRuss 正在區分軟件編程和軟件工程。前者是您爲自己編寫的程序,後者是隨着時間的推移許多人會使用的產品。工程師會來來去去,團隊會擴大和縮小,需求會改變,功能會被添加,錯誤會被修復。這是軟件工程的本質。三條基本原則清晰可讀 化繁爲簡 生 ⌘ Read more