Definition: Rule of Least Power
Latest Technology News and Expert Advice A roundup of news and tips on the topics you're interested in | December 31, 2018 ISSUE HIGHLIGHTS Definition: Rule of Least Power Definition: imperative programming Definition: Worse is Better Definition: YAGNI principle ("You Aren't Gonna Need It") Definition: GRASP (General Responsibility Assignment Software Patterns) EXPERT ADVICE Definition: Rule of Least Power The Rule of Least Power is the notion that a programmer should use the least powerful programming language required to code for a given requirement. Definition: imperative programming Imperative programming is a software development paradigm where functions are implicitly coded in all the steps required to solve a problem. Definition:...