arguil · @arguil
33 followers · 545 posts · Server framapiaf.org
kalvn · @kalvn
224 followers · 2625 posts · Server mastodon.xyz

Une vidéo de 13:15 qui explique et illustre assez bien le concept d'injection de dépendance.

Dependency Injection, The Best Pattern
youtu.be/J1f5b4vcxCQ

links.kalvn.net/shaare/8EqWGA

#designpattern #dev #video

Last updated 1 year ago

Eric Vitiello · @pixel
1947 followers · 4536 posts · Server social.pixels.pizza
Knowledge Zone · @kzoneind
223 followers · 1365 posts · Server mstdn.social
Dave ✨ · @davidgarywood
1328 followers · 4949 posts · Server social.davidgarywood.com
Knowledge Zone · @kzoneind
164 followers · 894 posts · Server mstdn.social
Misuse Case · @MisuseCase
69 followers · 739 posts · Server twit.social

PSA: If you are building a feature or capability in an project and it rests on some previously established standard architecture or , you need to explicitly reference and link back to that previously established thing in your , not assume that everyone just knows what it is. /1

#agile #designpattern #documentation

Last updated 1 year ago

susomejias · @susomejias
16 followers · 31 posts · Server hachyderm.io

Inicio nueva serie sobre patrones de diseño en mi blog y comenzamos con el Criteria, muy útil cuando necesitamos realizar filtrados con cierta complejidad.

¿Quieres saber un poco más sobre él?

Te dejo el artículo por aquí

blog.susomejias.dev/blog/desig

#designpattern #criteriapattern

Last updated 1 year ago

Lukas Oppermann · @lukasoppermann
10 followers · 10 posts · Server mastodon.social

Check out @maggie catalogue maggieappleton.com/patterns. Those patterns are rather exotic and thus very interesting. Give it a read and think about what other patterns you come across in you day to day.

#designpattern

Last updated 1 year ago

Inautilo · @inautilo
101 followers · 234 posts · Server mastodon.social
Inautilo · @inautilo
88 followers · 181 posts · Server mastodon.social
Inautilo · @inautilo
88 followers · 181 posts · Server mastodon.social
Sven Ruppert · @svenruppert
375 followers · 89 posts · Server mastodon.social
Harvey · @harvey
1 followers · 3 posts · Server mastodon.world

A is a way to solve common problems in software design in a repeatable manner.

These issues often arise when working on big legacy applications with , especially when the architecture does not follow good software design principles.

Click 👇🏻 to read the blog where you learn a broad overview of the design patterns that are frequently applied to on Rails applications.

aglowiditsolutions.com/blog/ru

#designpattern #rubyonrails #ruby

Last updated 2 years ago

Boris Schapira · @boostmarks
320 followers · 77 posts · Server webperf.social

"Tree views in CSS", by @kate

iamkate.com/code/tree-views/

Once again, a reminder that you don't need JS for a lot of things and that an HTML/CSS version will be faster, better supported and easier to make accessible. Great piece.

#treeview #designpattern #css #boostmarks

Last updated 2 years ago

billseipel · @billseipel
50 followers · 143 posts · Server fosstodon.org

I use a quite a bit. But I dont know what its called.

A Manager class has several types injected via its constructor.

One is an IDatabaseService. This service has a reference to the actual entites.

The Manager class is built in such a way that exposes the methods that a user would need in order complete the job.

It has one main method, Process() which calls all the methods needed. Kind of a list of methods.

Is this a design pattern?

#designpattern #entityframework

Last updated 2 years ago

double_e · @__andree_w
23 followers · 74 posts · Server mastodon.social
Behave! Solid · @behaveSolid
5 followers · 19 posts · Server phpc.social

If I tell you: "It prevents multiple objects from directly communicating all together. Instead, it manages this communication." Can you guess which design pattern I'm talking about?

#designpattern

Last updated 2 years ago

Behave! Solid · @behaveSolid
3 followers · 18 posts · Server phpc.social

"Facade" and "Adapter" patterns are both about interfaces. The first decouples a client from a complex subsystem. The second changes an interface into one the client expects.

#designpattern

Last updated 2 years ago

Behave! Solid · @behaveSolid
1 followers · 16 posts · Server phpc.social

The Iterator pattern follows the Single Responsibility principle. Indeed, the unique goal of the iterator is to browse efficiently a given aggregate.

#designpattern

Last updated 2 years ago