Today I am going Alvin Ashcrafts and Chris Alcocks way and publish a lists of blog posts I liked. I don’t tend to do this a lot and actually, this is only the second time. So, here is the list of posts which I liked reading and wanted to share with you:
- Do NOT Explicitly Use Threads for Parallel Programming - Daniel Moth advise us to never explicitly use threads for parallelism, but to partition our work into many small chunks in another way.
- An easy and efficient way to improve .NET code performances - Patrick Smacchia present an efficient optimization on something we all use massively: loops on collections.
Continue Reading...
We never published a lists of blog posts we liked, so this will be the first time. I gathered some links from my Google Reader shared items, some of those links are old, some are new, but I liked them all. So here is the list of 7 post/articles I recommend:
-
Phil Haack is talking about the fact that
The Design Is Never Right The First Time. I think that it is OK that the design won’t be right the first time, but it should be good at the first time. Explanation: the fact that Phil could change the implementation over night tells me that his initial design was very good. It is not that simple to change the design and the implementation so close to the deadline… I know some projects where you can’t replace some code just like that, it will take too much time to do it…
-
-
Jeff Atwood wrote about
Dealing With Bad Apples in a team and that if you tolerate even one developer whom the other developers think is a problem, you’ll hurt the morale of the good developers. I totally agree, those situations lead to a very negative attitude in the team and after some time, it is too late because the “cancer” has spread to the whole team.
Continue Reading...