DEV Community

Jonathan Hall
Jonathan Hall

Posted on • Originally published at jhall.io on

Invest in flexibility

To round out my thought series on real options, today I want to talk about a third approach to handling options (for reference, the first two are to defer commitment and make reversable decisions).

Sometimes a decision absolutely must be made, but we know we don’t have all of the necessary information. Therefore, deferring commitment is not possible, and some decisions aren’t easily reversable. This is where the third option of investing in flexibility comes in.

A prototypical example might be “Should we store data on the file system or in a database?” And the prototypical example might be “Use a data access layer so you can swap storage backends more easily.” With the proper data access layer in place, it becomes less difficult to swap between a filesystem store and a database store (or potentially any other store—S3 anyone?)


If you enjoyed this message, subscribe to The Daily Commit to get future messages to your inbox.

AWS Q Developer image

Your AI Code Assistant

Ask anything about your entire project, code and get answers and even architecture diagrams. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Start free in your IDE

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay