Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Rails Enterprise book critique

Rails Enterprise book critique

In December I took up Enterprise Rails in hopes of learning how to build a proper rails application. It taught me some new things but left other questions unanswered. Here's my thoughts on what we can learn and what we need to look further for.

David Dikman

January 10, 2020
Tweet

More Decks by David Dikman

Other Decks in Programming

Transcript

  1. Aside from introducing SAO only briefly touches on modularity January

    2020 DB FOCUS NOT EXHAUSTIVE LITTLE ARCHITECTURE Little detail on many concepts such as dependency injection or testing Almost each chapter touches on database concerns FACY | David Dikman
  2. January 2020 Structure SOA REST Caching Database concerns - Normal

    form - Validation - Constraints - Performance FACY | David Dikman
  3. January 2020 The examples aren’t perfect code Double take #1:

    One letter members and use of old_ FACY | David Dikman
  4. Caching January 2020 Scale B u t t h a

    t ʼ s a s t o r y f o r a n o t h e r t i m e FACY | David Dikman
  5. January 2020 Outdated Take it with a grain of salt

    and fact check to see if there are newer, modern solutions/gems FACY | David
  6. January 2020 Still valid Many concepts and solutions are still

    valid, apply constraints, cache close to the user and structure into services FACY | David