My notes goes here
  • About Me

My website


This is where I will tell my friends way too much about me

Tell don't ask principle in object oriented programming

An easy OOP design rule on communication between objects in OOP

Posted on January 1, 2020

You should tell the objects what you want them to do instead of querying them multiple times to be able to make a decision on behalf. [Read More]
Tags: development clean code oop

Why should you write tests for your codes?

Some good reasons to write unit and integration tests while programming

Posted on December 31, 2019

Tests are the live documentation of the code Tests never lie since you have to update them each time business logic changes Tests help you understand how a piece of code works fast Tests help you have confidence when refactoring Tests help you quickly check the effect of new codes... [Read More]
Tags: development testing unit test
  • ← Newer Posts
  • RSS
  • Email me
  • Facebook
  • GitHub
  • Twitter

Farhad Ahmadi  •  2021