JMJoseph muliinmrmuli.hashnode.dev·Mar 4, 2020Git’s ‘HEAD’ markerVersion control presents software developers with an efficient way to again ‘version’ code which could mean storing versions of software or backing up software. While collaborating on projects using Git, developers may get merge conflicts which occur...00
JMJoseph muliinmrmuli.hashnode.dev·Mar 4, 2020Object Oriented Programming — Thinking AbstractedlyObject oriented programming has to be one of the most powerful and scalable ways of developing. Object oriented programming (oop) is a programming methodology based on objects where these objects are organized into classes, which allow individual obj...00