←back to thread

129 points surprisetalk | 1 comments | | HN request time: 0.233s | source
Show context
jonstewart ◴[] No.44454173[source]
Max wrote a simple php script. Mel wrote delay loops by accessing previous memory addresses on drums. They are not the same.
replies(4): >>44454315 #>>44454760 #>>44454917 #>>44454929 #
1. mrweasel ◴[] No.44454917[source]
No they are not, which makes the case for breaking up applications whenever possible. Some thinks that means micro services, but that's not my point.

The example with the image sharing is pretty good, because it only needs to share images. In, shall we say more commercial settings, it would grow to handle meta data, scaling, comments, video sharing, account management and everything in between. When that happens Max's approach breaks down.

If you keep your systems as "image sharing", "comments" and "blog" and just string them together via convention or simply hard coding links, you can keep the simple solutions. This is at the cost if integration, but for many use that's perfectly fine.

Edit: Oh, that Mel.