If you want to walk fast, walk alone.
If you want to walk far, walk together.
On collaboration.
Related Posts:
Pudgy controllers? Try the Route diet! Nestled between user and controller, the routing layer is a perfect home for common filtering and access-control oriented code. But you have to know your framework's routing capabilities to exploit this location. In this a… Read More
Laravel Tip: API Quick reference with LionaIf you've never visited the #Laravel IRC channel, today might be the day to stop by. Besides offering authoritative answers to Laravel questions, the channel also offers instant access to all the Laravel API documentation. In… Read More
App::error, Accept:application/json, and app.debug = falseApplication crashed? Client only accepts application/json? Unless your Laravel 4 application is in debug mode, you're out of luck: the client receives text/html! I've been working with a mobile app developer recently to flu… Read More
Memoization 2.0You might think "Memoization" is a typo, but it's not. Memoization is a simple technique to improve software performance. Unfortunately, the technique relies upon repetitive boilerplate. In this article, I show you how to … Read More
"Writable" is wrong!Incorrect and inconsistent spelling makes searching harder: function initDb() { $datbase = PDO::get(); $datbase->check();} If I searched my code base for "database", I'd miss this hit. T… Read More
0 comments:
Post a Comment
Share your thoughts!