Giter Site home page Giter Site logo

oopsididitagain's Introduction

OOPs, I did it again (aka Untangling the mess we're making out of OOP)

This repository contains the demo code and slides for my presentation titled "OOPs, I did it again" (aka "Untangling the mess we're making out of OOP").

Feel free to use the issues to ask questions (or suggest improvements). For other ways of contact, you can check out my website at https://antunes.dev.

Abstract

Object oriented is one of the most broadly used programming paradigms. Problem is, most of the times, even if we use a primarily OO programming language, we're not really taking advantage of it or other useful paradigms and language features, ending up in a mostly procedural scenario.

In this session, I’d like to share some ideas to improve our code, making it easier to understand and maintain, taking better advantage of our languages’ capabilities, mixing paradigms as appropriate.

None of these ideas are new, but it seems we keep forgetting them and get back to the same old mess.

About the demo code

All the demo projects compile, but only the 6th project is configured enough to run and handle a request.

The idea of having it running is just to be able to see the discussed request in action, particularly so that anyone interested can have some pointers on how to implement some of the infrastructural things needed to have everything working together (e.g. model binding or JSON converters).

NOTE: it should go without saying that this code, particularly infrastructure bits, is not production ready. The goal was to have code that would be able to illustrate some ideas. There are more steps to take to get it to production levels.

oopsididitagain's People

Contributors

joaofbantunes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.