
What's wrong with being a code monkey? (Or, what is a code …
Code Monkey means doing coding so simple a monkey could do it It's often used to refer to the lowest-level programming jobs, but can also be used to refer to someone who does nothing …
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 …
communication - As a code monkey, how to discuss programming …
As a code monkey, how to discuss programming with a guy who almost has a doctorate in computer science [closed]
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 …
debugging - How do AI developers for LLM fix bugs when the LLM ...
Dec 16, 2023 · What you don’t have are feature flags. If you tell your code monkey “This LLM is racist! Fix it!” they won't find a racist flag to set to false or if racist code to remove. Training …
Is monkeypatching considered good programming practice?
Apr 16, 2012 · I've been under impression, that monkeypatching is more in quick and dirty hack category, rather than standard, good programming practice. While I'd used from time to time to …
How much should Developers interact with Clients? [closed]
He asserts that this allows a coder the focus they need in order to CODE, and protects the business's relationship with the client from the autism-spectrum tendencies of Joe Average …
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 …
Is there a purely technical term for 'monkey patching'
Yes, I did. 'Changing the code sneakily and and possibly incompatibly with other such patches'. The meaning of 'Guerilla', the term used before 'monkey' stands for a small war, or an …
java - Is it efficient and a normal practice to have one class with ...
Nov 23, 2018 · I once decoupled some parts of code in separate java file but some team members criticized on this with lacking of teamwork spirit as an excuse. Question: If my goal is …