 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Artur Ejsmont's Blog: A few words on bugs and software quality
by Chris Cornutt February 08, 2012 @ 13:50:40
In this new post to his blog Artur Ejsmont shares some of his thoughts on bugs and how they can effect the quality of your software. He touches on topics like handling bug reports, how random code changes effect them and how effective a code review can be.
From time to time I see bugs in the code and I start thinking "really? is it possible that no one noticed that bug before? am i the first person to see this code?". I thought it might be worth writing a little post on what helps me to deal with bugs and software quality in general and what are the common pitfalls in developer's thought process. Although it is not a very extensive post i hope it may inspire some developers to try new approaches.
Other topics he offers for consideration involve the fact that bugs will never fix themselves (they might disappear in a refactor though), that the bug is almost never in the language/data source's code and how automated (unit) testing can help to find new bugs before they're released to the users.
voice your opinion now!
software quality bugs opinion suggestion testing
Lukas Smith's Blog: Symfony2, what I think is still left to do
by Chris Cornutt April 19, 2011 @ 09:05:11
Lukas Smith has posted some of the things he thinks the Symfony2 framework still has left to do before it can be released in a stable form.
The goal of this blog post is to number one serve me as a todo list of stuff that I personally think needs to be fixed before Symfony2 can be released. Hopefully it will also entice some people to help out with these tasks. I am focusing on the medium to large tasks. There are of course still a fair number of smaller fixes that need to be applied.
Items on the list include:
- switch Security/Validation components to using message key's rather than full sentences
- Assetic documentation
- Adding a DIC aware Serializer
- Better support for SSL'ed urls and assets
- ttempt to automatically determine service scopes
voice your opinion now!
symfony2 todo list framework bugs tasks
Matthew Turland's Blog: Stop Asking, Start Helping
by Chris Cornutt January 30, 2009 @ 08:49:16
Matthew Turland has posted a call to action for all of those PHP developers out there content to sit back and just request features for the language - get up and get involved!
A question that seems to be popping up more and more these days is, "When will PHP 6 be released?" It's especially annoying because the people that enjoy an exercise in futility ask this question are the same people that simply refuse to take WIR [When it's ready] for an answer. Or maybe they just read into the hype generated by trigger-happy publishers who want to preempt a stable release, I don't really know.
He points out some of the current stats - PHP 5.3's beta release date as coming to the original date, that PHP 6 code hasn't even been moved outside of CVS and the amount of work left to be done on it before its even close to being ready. This is where you come in - the internals folks contribute their time (off-hours usually) to developing the language and can only do so much:
So respect them and their time and stop asking when it's going to be ready, because they don't really know much better [about PHP6] than you do.
He also suggests two other things that you can do to keep up with the current state of development - keep your version updated and track the RFCs to see what features are being added and any bugs that might still be open for pre-release. You have to be proactive about keeping up with the current status - otherwise, you have no room to ask, over and over, "when will it be done?"
voice your opinion now!
asking helping php5 php5 release beta proactive latest version rfc bugs
Lukas Smith's Blog: PHP 5.3 alpha1 release imminent
by Chris Cornutt July 28, 2008 @ 09:31:36
As was previously mentioned by Christopher Jones, the PHP 5.3 branch is now under a feature freeze. Lukas Smith has posted a few more details about the upcoming release.
Last thursday was the begin of the feature freeze phase. Well its not really a hard feature freeze in the sense that we still have plans for a few new features and tweaks, but it means the end of the "maintainers freedom" that usually rules PHP development more or less.
New features will have to go through either him or Johannes to be included and they are doing their best to get the alpha 1 release of this new version out by July 31st.
Lukas is also trying a more unconventional approach to bug fixes to try to get the major ones knocked out first - posting them as a comment to this blog post. So far, no comments on bugs have been added, but there are a good number to get through. To help narrow it down he's also put out a plea to developers out there to help validate current bugs to potentially knock off a few of the ones that can be marked bogus.
voice your opinion now!
php5 release alpha1 freeze feature bugs test
|
Community Events
Don't see your event here? Let us know!
|