Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:So where is the APP for the tip box? (Score 1) 149

I couldn't agree more. I haven't tried the app yet but as a regular bux customer I only use cash so I can give them a tip. I always feel bad using a CC because there isn't any way to tip them when using plastic.

It sure would be nice if they had some cool tipping options on the app. (Such as, "Round up to the nearest dollar", "25 cents", "50 cents", "75 cents" and a dollar.)

Comment Re:C# isn't a language... (Score 1) 243

> but you really should try to modern-up your skillset if you code for a living

Modern? Simula67 introduced an implementation of OO with objects, classes and inheritance in... guess what year?

OO should only be one paradigm in the programmer's toolkit; applying it to all problems is unwise. Procedural, OO, AO, DO, functional, logic; they're all equally valid across an unbounded problem space.

Exactly good sir. You don't need to use C++ to implement OO in C. I can easily do OO in regular C thru the use of structs & unions. Not all functions need to utilize get/set member functions and whatnot.

Slashdot Top Deals

Without life, Biology itself would be impossible.

Working...