Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Explain whitespace (Score 1) 160

I'm a hardware guy so bear with me. What is the advantage of whitespace code like Python?

It's supposed to be about readability - if you force use people to use correct indentation then your programs should be easier to quickly scan through.

Languages that use braces { or line terminators (; . etc) have different styles of indentation that can be confusing and / or annoy people - the wiki page on indentation styles will show you how many preferences there are - lots :)

Comment Re:Aand the next genetation to learn on their own. (Score 2) 43

I set up a trial account and gave it a go, and, yup, it's a CRUD generator

You can write a Flappy Bird in UE4 with one YouTube tutorial and zero code, but, that has one input ... flap...

A generic CRUD is a great thing, but, I can only see horrible excel type mashups with a funky front end

Slashdot Top Deals

Work is the crab grass in the lawn of life. -- Schulz

Working...