Talk in English - US at php Central Europe Conference 2018 (with Rasmus)
Track Name:
Geek
View Slides: https://speakerdeck.com/carusogabriel/contributing-to-phps-core
View Video: https://youtu.be/8BTxmPppPeQ
Short URL: https://joind.in/talk/fe0c7
(QR-Code (opens in new window))
Even wanted to contribute to PHP's Core? This is your time! From tests to a new function, PHP is open for new contributors. Fixing bugs, document things, cleanups, refactorings, or even new small functions. In this talk, we're gonna see how the `is_countable` function was made, and what we can learn from that.
Comments
Comments are closed.
Great introduction to how once can start contributing to the PHP core even without extensive knowledge in C. The speaker walked us trough getting an idea for a new function, implementing it (by getting inspiration from similar code) and getting it merged trough the RFC process.
One little nitpick he sometimes skipped from one thing to the other quite fast and I couldn't understand what exactly he was saying. However that's probably because we both aren't native English speakers.