[Bug 22018] Coding conventions

2010-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22018 --- Comment #10 from Martin Keckeis keckeismar...@hotmail.com 2010-01-06 13:35:08 UTC --- (In reply to comment #9) (In reply to comment #8) Anyway, my point was that one has to understand where are the slow parts before making any

[Bug 22018] Coding conventions

2010-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22018 --- Comment #11 from Max Semenik maxsem.w...@gmail.com 2010-01-06 14:22:14 UTC --- (In reply to comment #10) I would do this, even if the performance gain per man-hour spent is low. Sure, please feel free doing that on _your_own_

[Bug 22018] Coding conventions

2010-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22018 --- Comment #12 from Chad H. innocentkil...@gmail.com 2010-01-06 14:56:42 UTC --- Just as a note (since it hadn't been brought up yet), we document our coding conventions at http://www.mediawiki.org/wiki/Manual:Coding_conventions. It's

[Bug 22018] Coding conventions

2010-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22018 --- Comment #13 from Martin Keckeis keckeismar...@hotmail.com 2010-01-06 17:12:25 UTC --- (In reply to comment #11) coming out of nowhere and starting teaching the developers of a mature project without caring to profile things yourself

[Bug 22018] Coding conventions

2010-01-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22018 Chad H. innocentkil...@gmail.com changed: What|Removed |Added CC|

[Bug 22018] Coding conventions

2010-01-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22018 --- Comment #2 from Martin Keckeis keckeismar...@hotmail.com 2010-01-05 13:00:00 UTC --- (In reply to comment #1) (In reply to comment #0) Hello, i am a PHP developer (since about 2004) and working as a softwaredeveloper. I want

[Bug 22018] Coding conventions

2010-01-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22018 --- Comment #3 from Martin Keckeis keckeismar...@hotmail.com 2010-01-05 13:08:25 UTC --- http://at.php.net/manual/de/function.print.php echo is faster: http://www.faqts.com/knowledge_base/view.phtml/aid/1/fid/40 -- Configure bugmail:

[Bug 22018] Coding conventions

2010-01-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22018 Roan Kattouw roan.katt...@gmail.com changed: What|Removed |Added CC|

[Bug 22018] Coding conventions

2010-01-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22018 Martin Keckeis keckeismar...@hotmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 22018] Coding conventions

2010-01-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22018 Domas Mituzas domas.mitu...@gmail.com changed: What|Removed |Added CC|

[Bug 22018] Coding conventions

2010-01-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22018 --- Comment #7 from Martin Keckeis keckeismar...@hotmail.com 2010-01-05 14:22:06 UTC --- (In reply to comment #6) Martin, have you ever seen a profiler? Or is all your wisdom coming from a book? Do you ever read a good book? About

[Bug 22018] Coding conventions

2010-01-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22018 Chad H. innocentkil...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 22018] Coding conventions

2010-01-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22018 --- Comment #8 from Domas Mituzas domas.mitu...@gmail.com 2010-01-05 15:11:47 UTC --- I've read some books, but unfortunately they've all been about internals or performance :( Anyway, my point was that one has to understand where are

[Bug 22018] Coding conventions

2010-01-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22018 --- Comment #9 from Roan Kattouw roan.katt...@gmail.com 2010-01-05 16:30:25 UTC --- (In reply to comment #8) Anyway, my point was that one has to understand where are the slow parts before making any claims. This is the key point: