Revisiting Essential Elements of the Ports and Adapters Architecture Style
I will attempt to define each element of the style a bit and also show some C# code examples to illustrate the points
blatherings on software…
I will attempt to define each element of the style a bit and also show some C# code examples to illustrate the points
A few weeks ago I came across this Mars Rover programming challenge/kata and being a bit of a space buff, I thought I will take a crack at it.
Many articles talk about the what of this style but in my view, not enough talk about the how. In this post, I am going to try and show one way to actually structure the solution to be more in line with the hexagonal ports and adapters style.