ブックマーク / victoramartinez.com (1)

  • Don't Use Frameworks :: Victor's Blog — Ramblings of a Software Professional

    Stop using frameworks for everything. Just stop. You don’t need a framework to write good code and deliver products. Don’t get me wrong, frameworks are useful, but they are all-consuming and hide the application. So if you shouldn’t depend on frameworks what should you do instead? Clean architecture. More specifically, there are some patterns you can follow to better architect your application and

    hyu-ga
    hyu-ga 2020/03/25
    フレームワークの代わりにDDDやクリーンアーキテクチャ、SOLID原則の使用を提案してるけど、それらを同列に並べるのは違和感ある。フレームワークはドメインロジック以外の関心事を解決する手段だと思う。
  • 1