We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Poor Programming Patterns and How to avoid them

Formale Metadaten

Titel
Poor Programming Patterns and How to avoid them
Alternativer Titel
Common poor coding patterns and how to avoid them
Serientitel
Anzahl der Teile
90
Autor
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Every engineer has great intentions when diving into a codebase. You want to make the code beautiful easy to read and modular. However as time passes and new feature and quick bug fixes are put in somehow your android codebase turned into a mess of multiple levels of inheritance of views and fragments and you're stuck wondering how you ended up here in the first place. In my talk I will share with you common poor patterns that every developer first makes when developing in android and the alternative architecture patterns to ensuring clean code. All these mistakes previously existed within the Pinterest codebase! We will talk about listeners event driven paradigms and clean architecture.