Encountering "Vertical Slice Architecture"... Is this the same as Featurized Architecture?

June 15 · 3 mins read

After encountering Jimmy Bogard’s “Vertical Slice Architecture” I watched his talk“SOLID Architecture in Slices not Layers” to learn more about it. While listening to him explain what a vertical slice is, I remember hearing a similar thing before… It was by someone named Matthias… and it had “feature” in it’s name.

Searching my notes… I found it… It’s called “Featurized Architecture”:

“Going Reactive, An Android Architectural Journey (GOTO 2015)” by Matthias Käppler.


I watched that video when I was learning about RxJava (for an Android project) more than a year ago. In about 3:18 in the video, he said something about what he calls “Featurized Architecture”. This is what he said:

About a year later… We came to realize that this platform driven approach that we were taking didn’t work very well anymore. So we were pretty much all focused around technology; so we had an Android team, we had an iOS team, we had a web team; and this didn’t align well with the emphasis that we wanted to put on particular features that drive business value.

So we actually moved to a model where we would split up our organization around features rather than around technology.

Featurized instead of platform driven approach (where we have android teams, ios teams, web teams)

Featurized Architecture

Seems like what he calls “Featurized Architecture” is the same as what Jimmy Bogard calls “Vertical Slice Architecture”. Only that in the project he was involved in, this Featurized thing has a larger scope because it involved vertical divisions in teams and not just vertical divisions in the codebase.

“We moved to a model where we would split up our organization around features rather than around technology.”

It seems like if a team employs this “Featurized” team structure then everyone has access to all codebases that team is involved in — the backend people has access to the frontend codebase and vice versa. This seems to agree with what they call “Collective ownership of the codebase”.

This “Featurized” approach is stuck in my mind because during the time I learned about this I was involved in a project where I was encountering bugs where I was not sure if the bug is coming from the API/backend side or from our side (the Android frontend).

I was thinking, “If only we had this featurized approach in our team I would have access to the codebase of the API/backend and I can easily see if the error is coming from there or not.” :laughing: (My aim for wanting to look at the backend code was not to throw blames on the backend people of course. :laughing: It was to see if I can do something to help fix the problem.)

"New API version" from CommitStrip

“At the root of every seemingly technical problem is a human problem.” - Eric Ries (from “The Lean Startup”)

:grin:

Buy Me A Coffee