Justin
Elite Poster
Pure Awesomeness[M:0]
In Memory of those killed in the 9/11 attacks
Posts: 277
|
Post by Justin on Jul 13, 2011 16:44:15 GMT
Since Edenwax designed it I will give him the option of posting it or not.
|
|
|
Post by (/iPokemon/) on Jul 13, 2011 17:38:23 GMT
I think I might make a new version of this of my own coding and show you it if you'd like that.
|
|
edenwax
VIP
v5 Beta Tester[M:5000]
Posts: 1,266
|
Post by edenwax on Jul 13, 2011 18:56:50 GMT
Im gonna touch it up a bit, and finish the other parts first. Maybe change the color? I find a work with Blue way too much.
|
|
|
Post by (/iPokemon/) on Jul 13, 2011 19:00:35 GMT
Green instead perhaps?
|
|
Justin
Elite Poster
Pure Awesomeness[M:0]
In Memory of those killed in the 9/11 attacks
Posts: 277
|
Post by Justin on Jul 14, 2011 13:08:14 GMT
I think I might make a new version of this of my own coding and show you it if you'd like that. I was planning on recoding it sometime this summer (maybe when I get off my fat ass) but if you want to do it go ahead, maybe I could learn from it for next time. Im gonna touch it up a bit, and finish the other parts first. Maybe change the color? I find a work with Blue way too much. I like blue (:
|
|
|
Post by (/iPokemon/) on Jul 14, 2011 17:47:26 GMT
Ever heard of OOP in PHP? I might do that to show you how it works. It's just a lot of functions.
|
|
xcessive
Epic Poster
.[M:5000]
Posts: 526
|
Post by xcessive on Jul 15, 2011 1:09:02 GMT
Ever heard of OOP in PHP? I might do that to show you how it works. It's just a lot of functions. Ummm....... the entire purpose of OOP is to avoid having to use procedural programming pitfalls (lots of functions).
|
|
|
Post by (/iPokemon/) on Jul 15, 2011 4:01:31 GMT
From the tutorials I've read, it's a lot of setters and getters, which are functions.
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Jul 15, 2011 5:00:26 GMT
Blue is the worlds best looking colour.
|
|
|
Post by (/iPokemon/) on Jul 15, 2011 5:04:15 GMT
xD Goes with the skin!
|
|
xcessive
Epic Poster
.[M:5000]
Posts: 526
|
Post by xcessive on Jul 15, 2011 6:26:30 GMT
From the tutorials I've read, it's a lot of setters and getters, which are functions. Yeh I've been using OOP almost everyday for the last 3 years - I have no idea what I'm talking about. You are completely missing the point of OOP the second you start talking about functions. Also those types of instance functions are called accessors, and they're important in the context of data hiding. They aren't important as functions, only as interfaces to an attribute thus achieving data hiding. Objects by definition are a collection of data (variables) and processes related to that data (functions). Saying OOP is "a lot of functions" is like saying languages are a bunch of letters. You leave out the important part - letters make words which have meanings, definitions and can be put together to form sentences using grammar. Basically is a magnificent example of completely missing the point. OOP was made popular BECAUSE people didn't want to use procedural programming anyone. So instead of grouping software components into functions, they were grouped int Objects. Thus saying OOP is a bunch of functions is programming paradigm blasphemy.
|
|
Jordan
Elite Poster
[M:5000]
Posts: 286
|
Post by Jordan on Jul 16, 2011 0:01:09 GMT
From the tutorials I've read, it's a lot of setters and getters, which are functions. Yeh I've been using OOP almost everyday for the last 3 years - I have no idea what I'm talking about. You are completely missing the point of OOP the second you start talking about functions. Also those types of instance functions are called accessors, and they're important in the context of data hiding. They aren't important as functions, only as interfaces to an attribute thus achieving data hiding. Objects by definition are a collection of data (variables) and processes related to that data (functions). Saying OOP is "a lot of functions" is like saying languages are a bunch of letters. You leave out the important part - letters make words which have meanings, definitions and can be put together to form sentences using grammar. Basically is a magnificent example of completely missing the point. OOP was made popular BECAUSE people didn't want to use procedural programming anyone. So instead of grouping software components into functions, they were grouped int Objects. Thus saying OOP is a bunch of functions is programming paradigm blasphemy. Haha, you're so intense (and correct). Don't take it personally pokemon, xcessive is just very passionate about computer science.
|
|
|
Post by (/iPokemon/) on Jul 16, 2011 0:19:54 GMT
Yeh I've been using OOP almost everyday for the last 3 years - I have no idea what I'm talking about. You are completely missing the point of OOP the second you start talking about functions. Also those types of instance functions are called accessors, and they're important in the context of data hiding. They aren't important as functions, only as interfaces to an attribute thus achieving data hiding. Objects by definition are a collection of data (variables) and processes related to that data (functions). Saying OOP is "a lot of functions" is like saying languages are a bunch of letters. You leave out the important part - letters make words which have meanings, definitions and can be put together to form sentences using grammar. Basically is a magnificent example of completely missing the point. OOP was made popular BECAUSE people didn't want to use procedural programming anyone. So instead of grouping software components into functions, they were grouped int Objects. Thus saying OOP is a bunch of functions is programming paradigm blasphemy. Haha, you're so intense (and correct). Don't take it personally pokemon, xcessive is just very passionate about computer science. Quite obviously I won't even say anything else, don't want him to blow a gasket if he hasn't already.
|
|
xcessive
Epic Poster
.[M:5000]
Posts: 526
|
Post by xcessive on Jul 16, 2011 1:07:16 GMT
Don't worry I'm not angry - I'm just nerdy.
If I was angry there would be way more CAPITAL BOLD TEXT
|
|
|
Post by (/iPokemon/) on Jul 16, 2011 1:34:16 GMT
Oh snap, broke out the CAPITAL BOLD TEXT! I just crapped my pants now xD
|
|
Justin
Elite Poster
Pure Awesomeness[M:0]
In Memory of those killed in the 9/11 attacks
Posts: 277
|
Post by Justin on Jul 16, 2011 3:12:48 GMT
Ever heard of OOP in PHP? I might do that to show you how it works. It's just a lot of functions. Interesting conversation above I have heard of OOP (Wrighty was talking to me about it) but I couldn't tell you what it is and have never seen it.
|
|
xcessive
Epic Poster
.[M:5000]
Posts: 526
|
Post by xcessive on Jul 16, 2011 4:55:29 GMT
Ever heard of OOP in PHP? I might do that to show you how it works. It's just a lot of functions. Interesting conversation above I have heard of OOP (Wrighty was talking to me about it) but I couldn't tell you what it is and have never seen it. class PHP{ public $oop
function __construct(){ $oop = true; } } In all seriousness most "OOP" is just a crude metaphor for What Lisp achieved. Fuck OOP imma go use Object-Relational programming or maybe functional programming. Neither of which PHP (or even C++) supports.
|
|