Jump to content
MakeWebGames

"Coding" or "Programming"


Recommended Posts

Posted

Yo,

Is there actually any correct way of saying "xxxx PHP" I personally think "programming PHP" sounds much better but when you talk about it you talk about the code, is it down to personal preferance? Or is there an actual correct way of saying "I code in PHP" or "I program in PHP".

Cheers

Posted

I guess "Scripting" would be the correct word, as PHP is a scripting language. Programming/Coding are used more often though, programming also sounds more professional than coding.

Posted
I guess "Scripting" would be the correct word, as PHP is a scripting language. Programming/Coding are used more often though, programming also sounds more professional than coding.

Scripting totally slipped my mind, though when I think of scripting it reminds me of LUA.

Posted

I think I'd say programming, just alone because it's closer to my native tongue. Truth be told though, I don't care about what one says. I care more about how you are doing it ;)

Posted

Whilst I see coding/programming and coder/programmer respectively almost every day, I prefer the terms 'developing'/'developer'.

As for there being a correct and incorrect way, I don't think so, it really ends with, does the person you're speaking to understand what a "php coder" or a "php programmer" is, if not try "web developer".

Posted
I think I'd say programming, just alone because it's closer to my native tongue. Truth be told though, I don't care about what one says. I care more about how you are doing it ;)

"I care about more about how you are doing it" Totally agree on that point :)

 

Whilst I see coding/programming and coder/programmer respectively almost every day, I prefer the terms 'developing'/'developer'.

As for there being a correct and incorrect way, I don't think so, it really ends with, does the person you're speaking to understand what a "php coder" or a "php programmer" is, if not try "web developer".

Hmm I understand your point on the developer, but developing something is farily vague, I mean you can develop anything but you can only program on a computer (I think?) if you understand?

Posted

I use the term php developer, there really is no wrong way of putting it though, people don't care how it is said as long as your good at it is all that matters, and the title fits what you do.

Posted

@Silverstar: the only "badass" around here is DJK! :D

@iExze and ROZ: neither of you are correct... you "program" with your brain, computer and/or other means, such as paper, are only a way to make it "readable" and somehow useful (or not) :)

Posted

Hmm I understand your point on the developer, but developing something is farily vague [...]

Yes, but that's the idea, that's why you generally prepend something to 'developer', like 'Web Developer' or 'Front-End Developer'.

@Lithium: Hush you. :P

Posted
Yes, but that's the idea, that's why you generally prepend something to 'developer', like 'Web Developer' or 'Front-End Developer'.

@Lithium: Hush you. :P

Popcorn Developer too, badass? :P

  • Like 1
Posted

I see where your coming from Lithium however I prefer to see it as I use my brain for the creation of the program as my brain has already been programmed to be able to read and write.

Oh and DJK wishes he was as badass as me ;P

  • Like 1
Posted

I look at it like this;

Coding - Making things shorter, for example; Monday = Mon = M.

Therefore, I result to programming, as, in short, you're making a 'program' be it; desktop or web - to complete a task, be it; calculate or login script.

Posted

Scripting is the right word. PHP is not program based, you don't make programs for Operating Systems on it or for any device. So programming is the wrong word.

Unless you're making a program/application then you're not technically programming ;)

Coding is really more to do with encryption and password stuff. Like Morse code, but people blur the lines. But its not important! :D

Posted
You know there is phpWindows? ;) It alllows for people to make windows applications with php language.

Well thats a good point :P Though i do not see the logic in using PHP for a windows application, but i guess it shows PHP is evolving and improving ! But i can't imagine its as efficient as lower level languages unless it requires strict level PHP .

Posted

PHP is a programming language, these days.

One can make system utilities with PHP, one can create graphical front-ends with PHP(& GTK) and one can translate PHP into a compiled form(Hippo?).

The correct term is developer, for any web-based language.

Scripters: An informal term used when creating(hacking together) a small program/tool, such as a common system tool.

Developers: People using libraries to develop something.

Programmers: People who program those libraries.

(en)Coders: People who build the tools needed to do the above.

Example:

I developed an application to represent a GUI for administration.

I programmed an application to perform common tasks on the system.

I created an encoder to to translate system signals into input for my application.

I scripted a interface handler to identify my program as a daemon on the system.

That's just my two cents.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...