From time to time I will write a post just for “saving” interesting links for the future reference. <h4>Links:</h4> <p> 

Software Inventory

http://www.joelonsoftware.com/items/2012/07/09.html

In this post Joel points out many software development problems. If you want some advice about managing bugs, feature backlogs then check it out.\

There is a little self promotion hidden inside the post Smile. His company created nice free project dashboard web app called Trello. It’s really awesome app. I am using it for couple of projects.

Arrays in JS  - [ ] or new Array()

http://stackoverflow.com/questions/11500492/what-are-the-best-practices-to-follow-when-declaring-an-array-in-javascript

I am a .Net developer but I use JS a lot. I am, not an expert and some of the things especially in JS are bizarre and weird for me.

Trap of Estimations

<p>http://blog.brodzinski.com/2012/07/estimation-trap.html</p> <p>I like Pawel’s blog his insights and writing is great. Lot’s of awesome tips hidden there Smile.</p> <p>
Software 80 / 20</p>http://www.johndcook.com/blog/2012/07/22/80-20-software/
http://www.johndcook.com/blog/2012/07/23/80-20-software-ii/ <p>These two posts got me thinking about 80 / 20 rule which was something I treated as an “axiom”. Now I have a more “careful” approach to it.</p>