Álvaro Ramírez
Development quotes
- If your backlog is exploding the problem is not that your developers are slow, but that your business model is not based on reality.
- If you lose out on object allocation, you still win by avoiding expensive re-renders and re-calculations.
- Duplication is far cheaper than the wrong abstraction (prefer duplication up to a point).
- Choosing an appropriate design to duplication avoid might benefit from more examples to see patterns in. Attempting premature refactoring risks selecting a wrong abstraction.
- Patterns failed, why we should case.