# 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/muv43qa
聚合和聚合根:怎樣設計聚合?**
聚合在 DDD 中,實體和值對象是很基礎的領域對象。實體一般對應業務對象,它具有業務屬性和業務行爲;而值對象主要是屬性集合,對實體的狀態和特徵進行描述。但實體和值對象都只是個體化的對象,它們的行爲表現出來的是個體的能力。那聚合在其中起什麼作用呢?社會由個體組成,我們每個人都是其中一員。隨着社會發展,社團、機構、部門等組織應運而生,我們從個體逐漸成爲組織的一部分。在組織中,大家協同工作,朝着共同目標 ⌘ Read more