Skip to content
View OliverMensahDev's full-sized avatar

Organizations

@developercirclesaccra @BrightfieldTechAcademy
Block or Report

Block or report OliverMensahDev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Journey into writing code that is re... Journey into writing code that is readable, understandable ,maintainable and testable as well as how to prepare codebase to embrace future changes.
    1
    # Journey into writing code that is readable, understandable ,maintainable  and testable as well as how to prepare codebase to embrace future changes. 
    2
    
                  
    3
    I wonder from time to time whether I'm doing the right thing with respect to guidelines and principles when using an object-oriented programming approach to create application. I started reading Object Design Style Guide book last year to learn more about objects. And beginning this year, I decided to delve deeper into writing code that is readable, understandable and maintainable as well as how to prepare codebase to embrace future changes. 
    4
    
                  
    5
    Here are the resources used:
  2. Infrastructure-Application-Domain-Layered-Architecture Infrastructure-Application-Domain-Layered-Architecture Public

    Experimentation with hexagonal architecture for PHP(Laravel) using Infrastructure, Application and Domain Layers

    PHP 4