If you can represent your program with data, you likely should.
What is code
11–20 of 42 posts
Re: What is code
#12Even as a competent programmer, it's worth having a flick through as Paul Ford's presentation of code as a whole is so engaging and informative.
Re: What is code
#13Re: What is code
#14Originally, "code" referred to machine language. "Programming" meant designing the computation, and "coding" referred to translating it to machine language. "Automatic coding" was the term for translating a high level program to machine code, and it covered compiling and interpretation. You can read all about it in Grace Hopper's 1955 paper Automatic Coding for Digital Computers . http://www.bitsavers.org/pdf/univac/…
Thank you for the Grace Hopper quotes!
Re: What is code
#15My mum is a smart but non-techie person. I think this article, jumping off from its irrelevant take on business needs, through a (in my opinion) backwards diversion that fails to actually explain how computers process and display text, only then to touch on algorithms before racing off talking about conferences and how programmers feel about things, doesn't come close in all that to a solid laypersons' explanation. Soon it's asking you to evalute chunks of code when, if you are reading this article as someone who wants to know "what is code?", you don't even know what a loop is yet.
This seems more like "What is tech culture?" for people who are already a part of tech culture. I think people like it for its animations and interactive elements, but when you strip those away there's very little actual content there.
Re: What is code
#16Re: What is code
#17Code is used to communicate your intent to
- a machine
- others working on the same problem or application
- your future self
Re: What is code
#18I don't think this really achieves what it sets out to do, unless it was meant to be aimed at already very tech-literate people who just don't program yet. It fails my usual test for laypersons' explanations: would my mum understand it? My mum is a smart but non-techie person. I think this article, jumping off from its irrelevant take on business needs, through a (in my opinion) backwards diversion that fails to actu…
Re: What is code
#19I don't think this really achieves what it sets out to do, unless it was meant to be aimed at already very tech-literate people who just don't program yet. It fails my usual test for laypersons' explanations: would my mum understand it? My mum is a smart but non-techie person. I think this article, jumping off from its irrelevant take on business needs, through a (in my opinion) backwards diversion that fails to actu…
Considering this is Bloomberg the intended audience is likely business people. The "irrelevant take on business needs" is far from irrelevant in this context. On the contrary, it's describing the type of person this article is aimed at.