Introducing hexagonal.js
blog.arkency.com
Introducing hexagonal.js
1–10 of 43 posts
Re: Introducing hexagonal.js
#2Re: Introducing hexagonal.js
#3How can it be a good thing to follow the MVC framework on both the client side and the server side, as it says in it's philosophy, when the client side is the V in MVC?
Re: Introducing hexagonal.js
#4Sorry, but I can't trust my business with people who cannot even be bothered to write proper English for their introduction.
Re: Introducing hexagonal.js
#5How can it be a good thing to follow the MVC framework on both the client side and the server side, as it says in it's philosophy, when the client side is the V in MVC?
Good question. In hexagonal.js approach client side is full app - so there's model part (use case is part of model), glue ~ controller and views are GUI and other adapters.
Re: Introducing hexagonal.js
#6There's far too many typos for me to have any amount of confidence in the code itself. Sorry, but I can't trust my business with people who cannot even be bothered to write proper English for their introduction.
Re: Introducing hexagonal.js
#7Earlier quoted context omitted.
Good question. In hexagonal.js approach client side is full app - so there's model part (use case is part of model), glue ~ controller and views are GUI and other adapters.
Thanks for letting me know. I'll not be rushing out to add hexagonal.js to my Rails app, but if one of my friends who likes js wants to try building their own full app I'll mention this as a possibility.
Re: Introducing hexagonal.js
#8There's far too many typos for me to have any amount of confidence in the code itself. Sorry, but I can't trust my business with people who cannot even be bothered to write proper English for their introduction.
It's a pitch from dedicated folks. Treat it as such?
On topic: Looks like an interesting collection of ideas, and as I've never heard of hexagonal architecture I'll definitely have to look into this. Always researching better ways of doing structure.
Re: Introducing hexagonal.js
#9How can it be a good thing to follow the MVC framework on both the client side and the server side, as it says in it's philosophy, when the client side is the V in MVC?