#SUGDE The good, the bad and the ugly Sitecore module

27
Unsichtbare Technologie. Sichtbare Kreativität. netzkern. 27. Oktober 2015 The Good, The Bad and The Ugly Sitecore Module

Transcript of #SUGDE The good, the bad and the ugly Sitecore module

Page 1: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

27. Oktober 2015

The Good, The Bad and The Ugly Sitecore Module

Page 2: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Agenda

1. Intro

2. Architecture Best Practices

3. Recommendations

4. Clean Code

Page 3: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Intro

Page 4: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

About me

Maksym Ponomarenko

Sitecore Consultant

netzkern AG

Page 5: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Paraphrasing classic

There are two kinds of Modules in the world, my friends:

- With Flexible Architecture

- Ugly

Page 6: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Architecture Best Practices

Page 7: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Pipelines and Processors

Page 8: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Managers and Providers

Page 9: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

ID Generator

Page 10: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Logs

Page 11: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Clean Code

Page 12: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Understanding messy code

Developer spends 60-80% time in understanding code

Messy code is a significant impediment

Page 13: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Megamoth

Never make Mega Monolytic Methods

Don‘t build God classes

Write short methodsand

Class should have only one reason

Page 14: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Clean Code

“Clean code can be read, and enhanced by a developer other

than its original author. “

"Big" Dave ThomasFounder of OTI, godfather of the Eclipse strategy

Page 15: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Use S.OL.I.D principles

Single responsibilityOpen-closedLiskov substitutionInterface segregationDependency inversion

Page 16: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Design Stamina Hypothesis

Page 17: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Hell

Page 18: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Recommendations

Page 19: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Recommendations

Module should be well docummented

1. Instalation Guide

2. User Guide

3. Developer Guide

Page 20: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Recommendations

Do not override standard Sitecore functionalities

Page 21: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Recommendations

Do not depend on other modules

Page 22: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Recommendations

Support CM-CD environment

Page 23: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Recommendations

Do not forget about localization

Translate.Text("LoremIpsum");

Page 24: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Recommendations

Move Settigns to items

Page 25: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Recommendations

Provide a Sitecore Speak Application to configure your module

Page 26: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Your project can be supported by a violent gunman who knows how to find you

Remember

Page 27: #SUGDE The good, the bad and the ugly Sitecore module

Unsichtbare Technologie. Sichtbare Kreativität. netzkern.

Vielen Dank für Ihre

Aufmerksamkeit.