Xindi CMS

Xindi CMS is a small, lightweight and flexible content management system. It's great for web developers looking for a simple way to make site content editable by their clients.

Open source, free and flexible, Xindi is available in CFML and PHP versions.

Find out more »

About Me

I am a web developer living and working in Exeter, Devon (United Kingdom). I use my blog to document and share the things I learn and I hope fellow developers will find it to be a useful resource.

Read more »

I'm currently reading Clean Code: A Handbook of Agile Software Craftsmanship by Robert C. Martin. The book references Kent Beck's rules of simple code which I thought I would share.

In priority order, simple code:

  • Runs all the tests
  • Contains no duplication
  • Expresses all the design ideas that are in the system
  • Minimises the number of entities such as classes, methods, functions, and the like.

I would highly recommend the book to anyone that writes code.


Tags


Share


Comments

Thursday, December 13, 2012 Harit Himanshu

Harit Himanshu I am reading this book too, it is incredibly useful book and changes the way you write code, definitely recommended to anyone


Add Comment

Your email address will not be displayed on this blog.

The URL of your blog or web site.

4 + 1 =
Host Media ColdFusion Hosting
"To write clean code, you must first write dirty code and then clean it."

Robert Martin