Skip to content

ekhamis/ood

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comment-on-Github.Party

v. 0.0.1a

Object Oriented Dinner

The scope of this repository is: Make a Dinner; You are around Holland, and maybe you are also a Friend or Colleague (This is a requirement for this alpha). Whatever. You are a cool guy I know! 8-)

To join is really easy: You have to fork this repository, and then create a PR with you, and the Objects that you've bring. Remember to add all the Objs to the dinner.

If I approve your PR. You are invited to dinner at my place, with some other programmers, which would like to talk about the same topic.

The criteria's, can be totally subjective, in the sense you can do a super PR, with super clean Objs, but then with a second class wine, I'm sorry that is unacceptable. :-P

Anyway I will try to be constructive with comments, from a technical point of view.

Then, My house is not that big, so I don't know how many people would apply but anyway I can't host more then 10, for this first try.

Since I like to talk about OOP, and since I've some JavaScript Loves.

The language of the menu is JS, with some accent of Backbone.js; ~ yes I know we are rude to speak a dialect, instead of a language. - Slang Pouwa!!!

So the next dinner is: 18/04/2015 at 19:30


Requirements:

  • You should submit the PR with the same code style of this project.
  • You should add yourself has a guest and make sure you bring something.
  • You should understand this isn't a restaurant, or opportunity for a free dinner. I like you feel home with organizing this together with me.
  • This is an Alpha version, You must be a person that I already know.

Make sure you bring good Objects. :-P


What Object->Methods I have?

Meal

Meal => {
  addOwner() // Define a person has a host
  addGuest() // Add a person has a guest
}

Person

Person => {
  brings() // Add objects to a person would bring to the dinner
}

Some other generics Objects for the dinner

  • Ingredient
  • Manipulation
  • Recipe

FAQ

This FAQ should be useless because code should be self-explanatory. But in case you are scared of code I try to give you small suggestions.

How I can add myself to a dinner?

Take a look to one of the files bellow to src/dinners, and then take a look to src/attenders.

How I can add an Object that I bring?

Take a look to one of the files bellow to src/recipes.

How I can start?

git clone https://github.com/Ideabile/ood.git && cd ood && npm install && node index.js

Can I reuse this for another dinner?

Yes of course this is published with MIT License.

I can't that day, do you have any plan for another dinner?

We still didn't give it a try, let's see after a we try out. But yeah! If you find it cool!!! Let's keep in contact.

Can I bring Drugs, B***, and other let's say offensive Objects that they aren't in context of the dinner?

NO. Come on! Is also not original, I know you can find something better and still be funny!

Who is the Autor?

Mauro M. - Ideabile (eng: ideable)

Shh... This works in console and in browser, with the same code!

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.6%
  • HTML 5.4%