6

Been wanting to get into OOP and unit testing, haven't found a single semi big project that I can use to study these techniques...

Wrote myself a class when asked to do an API call last week, and I think it looks pretty decent...

Does anyone have a ressource to just see how to do it "properly" on medium sized projects? (100k loc)

Comments
  • 1
    📌
  • 0
    Find a tool that calculates and shows test coverage. For visual studio, there is axocover.
  • 0
    @CWins it's not so much about the tools, it's more about seeing how it's implemented in the real world instead of the textbook implementation
  • 0
    @DLMousey I mean, I mainly work with php, but any language is fine. Mostly looking for a real world implementation instead of animal dog cat examples
  • 1
    I got you bro. Here is a resource that I used some time ago. I had been using plain php for a while, and even tho I would use oop as much as possible this opened my mind to some advanced topics:

    https://github.com/PatrickLouys/...
  • 0
    @AleCx04 thanks for the link! Was a really nice read, I'll look into implementing it in a project sooner or later :)
Add Comment