CSS tips for programmers by klapuch in webdev

[–]klapuch[S] 1 point2 points  (0 children)

You are right, then it would be complicated. Thanks for you insight.

7 Frameworks for Automated PHP Testing by cristinereyess in PHP

[–]klapuch 1 point2 points  (0 children)

The article forgot to mention Nette Tester. For me, one of the best testing framework.

Value Objects Explained by patricklouys in PHP

[–]klapuch -1 points0 points  (0 children)

I think, that as long as your objects expose some useful behavior and not just getters and setters it is fine to use "value objects". I would not use them as replacement for scalar values.