Page 1 / 1 des 8 bookmarks du jour 05-11-2024

Astro

Framework content first. À tester

Ajouté par inwebo le 2024-11-05. Permalink

tags️ : javascript 

Nic Chan

Bonne idée.

Ajouté par inwebo le 2024-11-05. Permalink

tags️ : web 

Mathias Verraes

Très bon blog de Mathias Verraes. Il y a même un flux RSS

Ajouté par inwebo le 2024-11-05. Permalink

tags️ : blog 

Principle of least astonishment - Wikipedia

Principe du moindre étonnement en P.O.O.

Ajouté par inwebo le 2024-11-05. Permalink

tags️ : archi  wikipedia 

Review of "Unit Testing Principles, Practices, and Patterns" · GitHub

Retour sur l'excellent ouvrage : Unit Testing Principles, Practices, and Patterns de Vladimir Khorikov

Ajouté par inwebo le 2024-11-05. Permalink

tags️ : pdf 

Parsica - PHP Parser Combinators | Parsica

Approche fonctionnelle pour un parser. À étudier

Ajouté par inwebo le 2024-11-05. Permalink

tags️ : php  php-7.4  php-8.0  php-8.1  php-8.2  php-8.3 

Sensible Interfaces

How did we get from 'Program to an interface, not to an implementation' to 'Just slap an interface on there, it's the fashionable thing to do'?

Ajouté par inwebo le 2024-11-05. Permalink

tags️ : archi 

Humble Object at XUnitPatterns.com

We are often faced with trying to test software that is closely coupled to some kind of framework. Examples include visual components (e.g. widgets, dialogs, etc.) and transactional component plug-ins. Testing these objects is hard because it can be expensive or impossible to construct all the objects that our system under test (SUT) needs to interact with. In other cases we have objects that are hard to test because they run asynchronously; examples include active objects (e.g. threads, processes, web servers, etc.) and user interfaces. Testing these objects is hard because the asynchronicity introduces uncertainty, interprocess coordination and the need for delays in tests. Faced with all these issues developers often just give up on testing this kind of code.

Ajouté par inwebo le 2024-11-05. Permalink

tags️ : unit-testing