
What's wrong with being a code monkey? (Or, what is a code monkey ...
Code monkeys are seen as interchangeable black boxes that output code. Programmers are adaptable; they can apply their skills to numerous areas, languages etc. Code monkeys over-specialise, and get …
Am I a code monkey? - Software Engineering Stack Exchange
A Code monkey is a computer programmer or other person who writes computer code for a living. This term may be slightly derogatory, meaning that this developer can write some code but is unable to …
communication - As a code monkey, how to discuss programming with …
As a code monkey, how to discuss programming with a guy who almost has a doctorate in computer science [closed] Ask Question Asked 14 years, 11 months ago Modified 9 years, 10 months ago
design - What are the benefits of modeling software systems vs. doing ...
Aug 16, 2017 · Therefore all design decisions should be moved away from code. Code itself should be left to specialists (code monkeys) who are able to write (and maybe read) it but don't have to deal …
In code reviews, should the reviewer always present a solution for ...
May 23, 2017 · In code reviews, should the reviewer never present a solution for issues? No. Your job is to communicate the issue at hand. If presenting a solution makes the problem clear then do it. Just …
What do you do when code review is just too hard?
Jun 29, 2016 · The code should be understandable by a fresh-out-of-college new employee who knows something about your business domain. Identify sources of fragility; this could be by review of the …
OO Design related questions in technical interviews
I ask people how they would solve XYZ problem, yes. Usually they just describe it verbally. I want to see if they ask questions to clarify requirements. I want to see how they communicate with other …
object oriented - Sample code to explain Banana Monkey Jungle …
Apr 4, 2018 · How are monkey and jungle involved in this context. Could somebody write a code snippet that explains the problem in an easier to understand way, say, demonstrate the fact that the Banana …
coding style - Are 10,000 lines of code in a file "too much ...
Jan 19, 2022 · That said, 10,000 lines of code is a lot in one file. Even people who don’t care about number of lines of code at all rarely have more than 2,000 to 3,000. I’d say first find out what these …
test driven development - Who should write the tests?
Jan 11, 2011 · In Test-Driven Development, the tests must be written by the developer. Otherwise someone other than the developer is driving the development. So as soon as you give the job of …