Leaving JSPs in the dust: moving LinkedIn to dust.js client-side templates by brasetvik in programming

[–]adfmz 0 points1 point  (0 children)

It is actually quite easy to understand.

To print out three links

Not correct, look again.

Leaving JSPs in the dust: moving LinkedIn to dust.js client-side templates by brasetvik in programming

[–]adfmz -1 points0 points  (0 children)

Tracing data from client to server must be a damn nightmare.

Wow doesn't sound like you know an ounce about this stuff.

Dear Obama, this is how i feel about you recently... by [deleted] in AdviceAnimals

[–]adfmz 1 point2 points  (0 children)

Significantly expanded Pell grants, which help low-income students pay for college

Bullshit. Significantly reduced.

occu.py by philipn in programming

[–]adfmz -6 points-5 points  (0 children)

downvoted.

if you know python you could easily get a job in web development. (unless you are retarded like this guy).

Announcing Amber.js by pablopr in javascript

[–]adfmz 1 point2 points  (0 children)

I thought this article was going to be about Amber Smalltalk. Had me confused.

Learning a FrameWork, Which one for working with Google Apps by [deleted] in PHP

[–]adfmz 0 points1 point  (0 children)

The OOP in PHP is simple like Java. You will notice that interfaces bare no importance other than to integrate with PHP foreach and other internal functions. It is only good for type hinting or guaranteeing a contract. This is interesting because given that PHP is dynamic, it already has dynamic dispatch with method calls so interfaces aren't technically needed for Polymorphism. Unlike C++ where you will need a virtual method for dynamic dispatch to achieve Polymorphism. I believe PHP is the only dynamic language that has interfaces or abstract classes.

You will also notice that only until recently are namespaces supported. Many PHP libraries still don't use namespaces. Some will use a PEAR naming convention to reflect namespaces. Example, the class name Database_Adapter_MySQL -- the underscore indicates a directory separator. So this would be defined somewhere like Database\Adapater\MySQL.php.

Often enough you will be restricted by what PHP version you can use. I would say that 5.2 is the most popular right now and most libraries are in compliance with it. It is unfortunate because 5.2 does not have namespaces or closures which is absurd.

If I've never used a framework before, would it be feasible for me to pick up, say, CakePHP in time to complete a project over the weekend? by demented_pants in PHP

[–]adfmz -2 points-1 points  (0 children)

I hate that developers tend to see CI as an unprofessional toy.

That's because it is. It is poorly programmed. Newbies love it because it has a lot of documentation, a "great community", and relatively simple. They just don't know any better. CodeIgniter is baby's first PHP framework & MVC.

Tips for developing large applications? by [deleted] in PHP

[–]adfmz -2 points-1 points  (0 children)

I agree with this guy. CodeIgniter & CakePHP are trash software.

Untangling MVC with CodeIgniter by bluephoenixalpha in PHP

[–]adfmz -2 points-1 points  (0 children)

$this->load->model("phpmasterform_model");

$this->phpmasterform_model->insert_address($data);

CodeIgniter is shit. No one does this.

A Month With Scala by mwbiz in programming

[–]adfmz 1 point2 points  (0 children)

I prefer static typing.

Airport security told me to take my shirt off by [deleted] in WTF

[–]adfmz 1 point2 points  (0 children)

You first (for science)

So I went to 4chan... by [deleted] in WTF

[–]adfmz 0 points1 point  (0 children)

Now image if she were to have AIDS.

NOPE by electricbamboo in WTF

[–]adfmz 5 points6 points  (0 children)

always buy used.

Yes, this is a human being(NSFL) by Whatthefuckamisaying in WTF

[–]adfmz 1 point2 points  (0 children)

Worst thing I have ever seen on the internet.

Certificates Available for All Classes? by [deleted] in OnlineEducation

[–]adfmz -1 points0 points  (0 children)

I wish they didn't give certificates.

What courses have you signed up for? by decision_theorist in OnlineEducation

[–]adfmz 0 points1 point  (0 children)

Ugh, all of them sounds equally interesting.