-
**Please note that this is a proposal. We want to discuss first and evaluate if this will be implemented and included in the next release.**
---
Mutable state is known to be difficult to handle and …
-
[NO7TestSolution.zip](https://github.com/NakedObjectsGroup/NakedObjectsFramework/files/399112/NO7TestSolution.zip)
I have two classes Person and PersonAddress with one to one relationship as follows.
…
-
![image](https://cloud.githubusercontent.com/assets/10483023/17314364/5db06a2e-5896-11e6-8af2-ec7c1ba1b92a.png)
可以查看本人生成的[awesome-stars](https://github.com/dp9u0/awesome-stars)
dp9u0 updated
8 years ago
-
https://github.com/ericholiveira/studio
Studio is a lightweight framework for node development to make easy to create reactive applications according to reactive manifesto principles. It uses micro-se…
-
Hello @juliendufresne!
We recognized you already create a great organization here:
https://github.com/php-ddd
And you already added some @symfony bundle integrations:
- https://github.com/php-ddd/do…
-
_From @bwaidelich on September 12, 2016 11:7_
The current EventStore API is:
``` php
interface EventStoreInterface
{
public function get(string $identifier): EventStream;
public function c…
-
Hi,
I really like the ELM architecture that permits to bubble up the state and redispatch it to the tree in the update function.
Comparing it to React, this approach seems to permit to easily replac…
-
Dear @marinkobabic:/ @elliotritchie
My Command Class is as follows:
```
public class RegisterToConference : ICommand, IValidatableObject
{
public RegisterToConference()
{
…
-
Any final solution with full source code sample application ? IMHO, better samples for minimize learning curve are real applications with full source code and good patterns.
-
I was playing around with this library and really like what it has to offer, but I was curious if you do or are going to support Server-Side Rendering/Universal Javascripts/Isomorphic/
Love the desig…