0

How do you understand the coordination of writing code?

So I am currently very experienced in business process from an operational perspective. I have dealt with many systems majority was not great and yet to experience something from a business perspective that can improved was something I became good at. I know how systems should talk and I would like to learn code. It seems like a lot because I don’t understand for instance: <HTML> Between these two elements things get written. I have looked at source codes and I have seen the foundations of HTML and I understand css based on what it can provide. I am really interested in python and php and looking at how Code gets written it looks disorganized. Is it not possible to simplify it? I am just really interested in building this system I have or just being able to create. Thank you for reading and hope I didn’t say to much and that I am not going against the rules. Zita has </HTML>

17th Sep 2018, 4:56 PM
Zita Du Preez
Zita Du Preez - avatar
1 Antwort
+ 1
code is disorganized depending on the person that writes it. there's usually a lot of ways to do the same thing so different people take different approaches (python though might be a slight exception due to it's minimalist/flexible syntax where thinks tend to look a bit out of order, you'll get used to it with time) so learning how the language works in depth tends to help overcome that issue. once one knows what every individual part of the code does, it's a lot easier to figure out what the code does as a whole. hope this helps
17th Sep 2018, 8:20 PM
hinanawi
hinanawi - avatar