Design Patterns for Front End Developers

When front end developers talk about "design" they're usually talking about the look and feel that they're trying to create in the final product, not necessarily how it will be implemented. In this sense, it's easy to think about design as something static and tangible that can be directly copied from comp to CMS, but that's not how web projects work.

In reality, the visual design of any non-trivial site is never static. People change their mind. Designers think of new ideas a month later that you never thought you'd have to support. That's why it's important to address the scalability of your front end implementation early, even if it's quicker to just "copy the comp".

To address this, I'll focus on utilizing common Object Oriented design patterns emphasizing encapsulation of data and responsibilities, as well is consistency in the implementation. Basic knowledge of OOP will be required (inheritance, composition, virtual methods). These techniques should also serve to introduce Drupal 7 developers to OO design techniques that can be reused in Drupal 8.

Experience level: 
Intermediate
Session Time Slot(s): 
Time: 
Sep 12 2014 - 11:00am-Sep 12 2014 - 11:50am
Room: 
162-75
Allowed Types: 
Session
Session Track: 

Session Tracks (NERDSummit 2014)

Sessions Topics: 
Speaker Bio(s): 
Chris been developing in Drupal for over 5 years and have been a developer at http://isovera.com for the past year and a half. He holds a BA in Mathemtics and Computer Science from University of Massachusetts Lowell and specializes in designing scalable architectures.