Content tagged with "coding"
-
Some themes and discoveries at Drupalcamp London 2016
Thursday, March 10, 2016 - 09:37tl;dr: they're still digging up everywhere around Silicon Roundabout.
-
Empathy properly practiced is a key software skill
Sunday, August 9, 2015 - 17:16You don't have to have empathy to work here, but it he-... actually, you probably do need to brush up on your empathy there, I'm afraid.
-
PHPunit can check your code against PSR-2 and other coding standards
Wednesday, July 8, 2015 - 17:27Linters already make fixing code formatting issues automatic; so let's make testing for violations of coding standards automatic too.
-
Running Drupal code reviews within Vim and other editors
Sunday, June 15, 2014 - 10:06Whatever your text editor or IDE, you should be automatically reviewing your code whenver you save it.
-
Programmatically executing a 2.x View
Friday, June 15, 2012 - 10:51TL;DR: don't do it, as such! Execute a display instead.