diff --git a/sections/projectstructre/thincomponents.japanese.md b/sections/projectstructre/thincomponents.japanese.md index 72671a23..7d5535b6 100644 --- a/sections/projectstructre/thincomponents.japanese.md +++ b/sections/projectstructre/thincomponents.japanese.md @@ -8,9 +8,9 @@ For medium sized apps and above, monoliths are really bad - one big software wit

-### ブログ Quote: "Scaling requires scaling of the entire application" +### Blog Quote: "Scaling requires scaling of the entire application" - From the ブログ MartinFowler.com + From the blog MartinFowler.com > Monolithic applications can be successful, but increasingly people are feeling frustrations with them - especially as more applications are being deployed to the cloud. Change cycles are tied together - a change made to a small part of the application requires the entire monolith to be rebuilt and deployed. Over time it's often hard to keep a good modular structure, making it harder to keep changes that ought to only affect one module within that module. Scaling requires scaling of the entire application rather than parts of it that require greater resource.