Marcos Sevilla
Marcos Sevilla

Marcos Sevilla

Follow
Follow
homeCleaner FlutterContributionsTalksAboutbadges
Tag

clean code

#clean-code

More content

Read more stories on Hashnode


Articles with this tag

Cleaner Flutter Vol. 10: State and UI

Feb 22, 202212 min read

or: How I Learned to Stop Worrying and Love the Bloc · It’s amazing to think we started this series with ten volumes in mind and only the last two were...

Cleaner Flutter Vol. 10: State and UI

Cleaner Flutter Vol. 9: Injecting dependencies

Feb 19, 20226 min read

“Ain't got nobody that I can depend on” — Carlos Santana · I’m going to start this article by mentioning an important algorithmic paradigm that sometimes...

Cleaner Flutter Vol. 9: Injecting dependencies

Cleaner Flutter Vol. 8: Implementing contracts

May 12, 20213 min read

Paying some debts · We have already talked about repositories, I would say quite a bit. But we still have one more part to cover about them, their...

Cleaner Flutter Vol. 8: Implementing contracts

Cleaner Flutter Vol. 7: Where the data comes from

May 12, 20216 min read

Seriously, where the heck does it come from? · Where we left The previous volume began with our data layer, a layer where we implement all the actions...

Cleaner Flutter Vol. 7: Where the data comes from

Cleaner Flutter Vol. 6: Modeling some data

Feb 4, 20218 min read

Turning entities to models · Once the domain layer and all the general behaviors of our project are finished through abstraction, we can start using all...

Cleaner Flutter Vol. 6: Modeling some data

Cleaner Flutter Vol. 5: Establishing use cases

Jan 31, 20215 min read

💡 Note: This article was originally posted in my friend Elian's blog and has been slightly modified for this series. You can check the original...

Cleaner Flutter Vol. 5: Establishing use cases