Giter Club home page Giter Club logo

banking_app_refactor's Introduction

banking_app_refactor

A refactoring of a python banking app script i saw on a programming instagram page. Note will probably be incomplete since the snippets of code weren't complete either.

A lot of the changes have come from clean code practices i've read and best practices stated online, and https://connascence.io (to learn more about Connascence and uncoupling complex code)

Connasce... what now?

Connascence. it's a software quality metric invented by Meilir Page-Jones to allow reasoning about the complexity caused by dependency relationships in object oriented design much like coupling did for structured design...

Well basically, it's just a way of checking how tightly bound and dependent one piece of code is over another. Think of it like a chain of dependencies where a change in one part of the code means you need to change a lot of other different places. The trick to making more flexible software is to ensure that these dependencies are more loose and affect less in your codebase.

Part of the reason for this refactoring exercise was to learn where these "connascences" can occur through normal programming, and see how to minimize them without having to go overboard and try to overperfect the code. And let's face it, refactoring code is fun๐Ÿ˜‰

banking_app_refactor's People

Contributors

shamwayne avatar

Watchers

James Cloos avatar  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.