It is not the language, it’s the way you create the development process!
Yesterday I read a post of Francisco about PHP, ASPX and Open Source and even I have my own ideas on what is the best way of managing internet apllications, there is a more important thing that rule the world of development.
It is not the language, it’s the way you create the development process!
Even if you create someting in Asp.Net, no one can stop you from releasing your code in GPL, so even Asp.Net application can be Open Source.
The ideas that stays at the basement of my toughts is that the simple “coding” or “Coding tecniques” is not the most important role for a IT man.
News from USA reports that teh simple “Developers” are not required anymore from the american companies, but the most important figure in the process of the IT Development is the one who take care the project from the idea, through the abstraction, to the development!
Yes, if some years ago I get an idea and, without a line of vision or a UML drawing, I began writing code, now I write a lot of descriptions, informations and graphics before starting my code.
The Code is not the most important thing in the development process!
You have to build something from an Idea, in some cases you have to Understand what the customer need are and the coding tecniques are applicable only in the last phase of the process.
Sometimes, when I wrote the vision for a project, I have in mind some Objects that could help me in the coding, but the beauty of the Object Oriented Programming is that, with some difference, every OOP language has its base on the same things!
Reading Francisco’s post is an interesting view of some valuable thoughts not about Web Development, but Web Coding!
Development and Coding are two Different Things!
Coding is linked to a specific Language, Development embraces more things than writing…
< ?PHP
echo phpinfo();
?>
However I agree with Francisco with his ideas about coding ;-)
No Comments Yet