Relative Content

Tag Archive for design-patterns

How to Be a Software Engineer? [duplicate]

This question already has answers here: Why sacrificing good software engineering practices is typically the first choice for software development projects assuming “good enough” quality [duplicate] (6 answers) Closed 9 years ago. My problem is kind of weird so please bear with me. I have been working in a start up concerned basically with mobile […]

Caching factory design

I have a factory class XFactory that creates objects of class X. Instances of X are very large, so the main purpose of the factory is to cache them, as transparently to the client code as possible. Objects of class X are immutable, so the following code seems reasonable:

Testing of visualization projects

We develop small to large visualization projects for different tasks and industries and sometimes while rewriting them a couple of times in the process we hit walls because we discover that we need to add a lot of code to support new requirements. Now we have established a design process that seems to work well (at least we reduced the development time for each new project quite a bit), but we’re still left scratching our heads around this question: what exactly should we test when testing visualizations?