 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Derick Rethans' Blog: Xdebug's Code Coverage speedup
by Chris Cornutt September 23, 2011 @ 09:56:33
Derick Rethans has a new post to his blog today talking about some work that's been done to speed up XDebug's code coverage generation. Changes in the coming 2.2 release have some improvements that make things perform better and put less stress on PHP in the process.
Code coverage tells you how much of your code base is actually being tested by your unit tests. It's a very useful feature, but sadly, it slows down PHP's execution quite a lot. One part of this slowdown is the overhead to record the information internally, but another part is because I have to overload lots of opcodes. (Opcodes are PHP's internal execution units, similar to assembler instructions) They are always overloaded even if code coverage is not used, because it's only safe to overload them for the whole request.
These changes were from a combination of contributions from Taavi Burns and a new ini setting that will allow you to enable or disable the code coverage in XDebug. Benchmarking shows a good amount of time reduction in coverage runs - dropping anywhere from a few seconds to over a minute. He also mentions the idea of "modes", shortcuts to predefined settings for different types of reporting (like "profiling" or "tracing").
voice your opinion now!
xdebug codecoverage speed improvement opcode contribution benchmark
CodeIgniter.com: Contribution Guide
by Chris Cornutt September 07, 2011 @ 11:45:06
Since the CodeIgniter project has put much more emphasis on open source and having others contribute back to the framework they love, they've had questions about the best places to get started and the steps to contribute back. They've posted this Contribution Guide to help answer some of those questions.
CodeIgniter is a community driven project and accepts contributions of code and documentation from the community. These contributions are made in the form of Issues or Pull Requests on the EllisLab CodeIgniter repository on GitHub.
There's a few helpful hints on things like submission guidelines, the PHP style guide for the project, PHP version compatibility, which branch to submit requests against and a quick how-too guide on getting up and running with git/github if you're not familiar with it.
voice your opinion now!
contribution guide codeigniter framework opensource
Cal Evans' Blog: Six ways to be a better client for your developer - Point 7 (bonus!)
by Chris Cornutt January 28, 2011 @ 08:31:51
Cal Evans has snuck in a seventh part of his six-part series looking at what you, the client, can do to help make the relationship and contract between you and your developer better. This new post talks about doing your part.
robably the second most common reason I've seen projects fail is because the client fails to live up to their commitments. No I'm not talking about hitting your payment milestones, I'm talking about delivering your content.
Without everything they need to get the job done, the developer(s) cannot hit the marks you both laid out in the contract. Show them that you're committed to the project by delivering your side of things too.
Don't be the reason that it misses it's delivery date. Also, don't expect your developer to work extra hours to get the project back on schedule just because you failed to meet your obligations.
voice your opinion now!
client developer opinion contribution
Community News: PHP Unconference Europe 2011
by Chris Cornutt November 30, 2010 @ 10:05:59
If you're around the Manchester area (or will be in February) you should consider attending the PHP Unconference Europe 2011 happening February 19th and 20th.
For the past four years, a group of enthusiasts have been organizing an unconference about PHP and related web technologies in Hamburg, Germany. What started off as a gathering of only fifty people, has grown over the course of three years into an event, which has received much following and attention within the German speaking PHP community. [...] The mission of PHP Unconference Europe is to bring together an international group of around 200 people, who have detailed knowledge of PHP and related web technologies.
For 2011, they've set up the European unconference to provide a whole new group of those with tech-related interests to come together and present the topics they want to hear about. Contribution ideas can be made via their Contribution System. Topics already suggested cover topics like Phing, document generation with the Zend Framework, project management and working with spreadsheets in PHP.
The tickets are already on sale, so if you'd like to attend, pick yours up and reserve your spot today! The cost is £40/46 Euro for the two day event.
voice your opinion now!
unconference europe contribution interest ticket phpuceu2011 phpuceu
Brandon Savage's Blog: Encouraging Open Source Contribution
by Chris Cornutt April 07, 2010 @ 14:46:14
Following along the theme of Elizabeth Naramore's post on open source involvement, Brandon Savage has posted some thoughts of his own (and reinforces hers) on encouraging developers to get involved and out contributing to some of their favorite projects.
Leaders of the open source community are always trying to encourage others to contribute. Volunteer contributors are always in short supply, and most open source projects are driven by volunteers, so recruitment is a big component of any open source project lead.
One of his main points to add to Elizabeth's list was that the architecture of the application matters. He gives an example of a project (the Phergie IRC bot) that is well-architected and makes adding in new plugins simple because of planning. He also shares a few other suggestions to help encourage open source participation like good documentation, good involvement from project leads and mentoring the "newbies" to help get the ball rolling.
voice your opinion now!
opensource contribution encourage architecture
Federico Cargnelutti's Blog: PHP Contribution to Open Source
by Chris Cornutt April 02, 2009 @ 08:45:12
Federico Cargnelutti has written up a brief look at PHP's contribution to Open Source. More specifically, how its helped the online community save money and have better software for it.
Open source developers don't write FLOSS applications because they have to, they write them because they want to. Motivation is not always driven by money, most of the time PHP developers do it for the joy of it.
He lists some of the motivation factors behind the work that a lot of PHP (and Open Source) developers do for and in the community like the potential to learn, credibility/notoriety, sense of purpose and the possibility of a financial reward. He also includes just a few of the Open Source projects PHP developers have contributed to the community such as WordPress, Magento and Gallery.
voice your opinion now!
contribution opensource developer software motivation
Blue Parabola Blog: How do you measure 'contribution'?
by Chris Cornutt March 02, 2009 @ 08:45:19
On the Blue Parabola blog Keith Casey asks the question "how do you measure an individual's contribution?"
In the past few weeks, I've been working fast and furious at getting web2project to our v1.0 milestone. As part of that effort, I track open issues, problematic modules, community feedback via the forums, death threats via all methods, and other related aspects.
He suggests a few different ideas for measuring how much a user has contributed: lines of code, commit count, issues they've reported, number of issues closed or community involvement. Of course, none of these can truly measure how much an individual has participated in a project, especially since it could be a mix of several of them combined into a whole as the "involvement persona" of any given person.
voice your opinion now!
contribution project involvement linesofcode issues commit
|
Community Events
Don't see your event here? Let us know!
|