|
My current topics:
|
My name is Németh Gábor (Gábor by first name), I'm from Hungary and have studied computer science.
I prefer the assembly language, use MASM under Win32. I also code in C/C++ and some of the web script languages based on C. Why assembly?Shortly: Why not?My longer reason: Those newer programming languages are nice and have comfortable developer enviroments and they are click-driven and shiny-glowing but my experience shows me that creating a good (and most important) working program does not depend on any of those. I divide the process of creating a program in two parts, programming and coding. The programming phase includes the planning, creating the necessary data models, algo, defining interfaces, input-output handling. In this phase no code is written, just pseudo-codes. Coding should be easily to understand, the plans must be implemented. This is my aspect, so I believe that with good plans and ideas the success is garanteed. Asm gives full free hand and has nearly unlimited possibilities. Why not use assembler then? |