Skip to content

Programming memes

Computer programming memes that a software engineer will definitely, probably, might find funny.

Tag: small functions

Few parameters and small functions protecting against low cohesion and high coupling meme

programming meme; painting; Few parameters and small functions protecting against low cohesion and high coupling

Arguments also couple your method to the outside.
The more parameters your method has, the more coupled it is. read more

Author programmingmemesPosted on September 23, 2020October 16, 2020Tags low coupling high cohesion, parameters, small functionsLeave a comment on Few parameters and small functions protecting against low cohesion and high coupling meme

Let me tell you more about small functions meme

meme; Let me tell you more about small functions

Small functions, Single Responsibility Principle, Low complexity are the most important subjects in clean code and thus in programming. read more

Author programmingmemesPosted on September 23, 2020October 16, 2020Tags small functionsLeave a comment on Let me tell you more about small functions meme

Tags

  • beautify code (1)
  • clean code (2)
  • code review (2)
  • comments (2)
  • controller (1)
  • indirection (1)
  • java (1)
  • javascript (1)
  • junior programmers (1)
  • levels of abstraction (1)
  • low coupling high cohesion (5)
  • maintainable code (1)
  • mvc (1)
  • names (1)
  • over-engineering (1)
  • parameters (4)
  • php (1)
  • programming patterns (1)
  • prometheus (1)
  • refactoring (6)
  • small functions (2)
  • spaghetti code (2)
  • starter programmers (1)
  • state (1)
  • tdd (1)
  • testing (1)
  • variable names (1)

Recent Posts

  • A day at the office
  • Big refactoring too early
  • Elizabeth was content with her life, because she has always refactored for simplicity
  • Continuous refactoring – the infinite sign is made of little hearts because we love refactoring
  • Write simple bits of code then refactor when needed
Programming memes Proudly powered by WordPress