Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts
Wednesday, January 1, 2020
Saturday, December 1, 2018
Object-Oriented Programming (OOP) a Quick Note from Steve Jobs
If you're an Apple fan boy/girl, you might be interested in what Steve Jobs had to say about Object-Oriented Programming. This is an excerpt from a 1994 Rolling Stone interview where Steve (not a programmer) explains OOP in simple terms
Jeff Goodell: Would you explain, in simple terms, exactly what object-oriented software is?
Steve Jobs: Objects are like people. They’re living, breathing things that have knowledge inside them about how to do things and have memory inside them so they can remember things. And rather than interacting with them at a very low level, you interact with them at a very high level of abstraction, like we’re doing right here.
Here’s an example: If I’m your laundry object, you can give me your dirty clothes and send me a message that says, “Can you get my clothes laundered, please.” I happen to know where the best laundry place in San Francisco is. And I speak English, and I have dollars in my pockets. So I go out and hail a taxicab and tell the driver to take me to this place in San Francisco. I go get your clothes laundered, I jump back in the cab, I get back here. I give you your clean clothes and say, “Here are your clean clothes.”
You have no idea how I did that. You have no knowledge of the laundry place. Maybe you speak French, and you can’t even hail a taxi. You can’t pay for one, you don’t have dollars in your pocket. Yet, I knew how to do all of that. And you didn’t have to know any of it. All that complexity was hidden inside of me, and we were able to interact at a very high level of abstraction. That’s what objects are. They encapsulate complexity, and the interfaces to that complexity are high level.
Tuesday, September 18, 2018
Cool Projects
Build a random quote machine:
https://www.freecodecamp.org/challenges/build-a-random-quote-machine
https://www.freecodecamp.org/challenges/build-a-random-quote-machine
Start on GitHub
GitHub
is a code hosting platform for version control and collaboration. It
lets you and others work together on projects from anywhere.
Below are the steps to get started:
1. Setup a GitHub Account: https://github.com/
2. Complete GitHub Tutorials: https://guides.github.com/activities/hello-world/
3. Complete the video tutorials: https://www.youtube.com/githubguides
3. Complete the video tutorials: https://www.youtube.com/githubguides
Here is a series youtube videos to quickly introduce the basic concepts about Git and GitHub:
Subscribe to:
Posts (Atom)