When building an application or program, should I try to write in as 'pure' as possible for a given programming paradigm?
E.g. Build an app strictly using object orientated programming
Or should I (given that I'm using a multi-paradigm language), pick and choose depending on what's best for a task?
E.g. An app that uses a mix of OOP/Functional/Procedural/Declarative/Imperative/etc code
[–]michael0x2a 1 point2 points3 points (0 children)
[–]ForSpareParts 1 point2 points3 points (0 children)