January 2018 - Development Simply Put

A blog simplifies main concepts in IT development and provides tips, hints, advices and some re-usable code. "If you can't explain it simply, you don't understand it well enough" -Albert Einstein

  • Information Technology Institute

    ITI is a leading national institute established in 1993 by the Information and Decision Support Centre.

    Read More
  • Development Simply Put

    If you can't explain it simply, you don't understand it well enough.

    Read More
  • Integrant

    Based in the U.S. with offshore development centers in Jordan and Egypt, Integrant builds quality custom software since 1992. Our staff becomes an extension of your team to eliminate the risks of software development outsourcing and our processes...

    Read More
  • ITWorx

    ITWorx is a global software professional services organization. Headquartered in Egypt, the company offers Portals, Business Intelligence, Enterprise Application Integration and Application Development Outsourcing services to Global 2000 companies.

    Read More
  • Information Technology Institute

    ITI is a leading national institute established in 1993 by the Information and Decision Support Centre.

    Read More
  • Development Simply Put

    If you can't explain it simply, you don't understand it well enough.

    Read More

2018-01-28

What is TDD and Automated Unit Testing Part 2

This is a part from a series dedicated to TDD and Automated Unit Testing. I will try to do my best to keep this series alive and updated. The series parts: What is TDD and Automated Unit Testing Part 1 What is TDD and Automated Unit Testing Part 2 What is TDD and Automated Unit Testing Part 3 On the first part of this series we found answers for questions like: Why is testing important? How could an experienced coder/developer miss some cases and scenarios and leave them uncovered? Why should we make testing automated, isn’t it enough...

2018-01-27

What is TDD and Automated Unit Testing Part 1

This is a part from a series dedicated to TDD and Automated Unit Testing. I will try to do my best to keep this series alive and updated. The series parts: What is TDD and Automated Unit Testing Part 1 What is TDD and Automated Unit Testing Part 2 What is TDD and Automated Unit Testing Part 3 First, let’s agree on something. The main purpose of this post is to give you an introduction about TDD and automated unit testing. It is not intended by any mean to deal with this post as if it is a main reference or guide to teach...