<body style="background-color: #A68366"><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/6294845?origin\x3dhttp://malconasse.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
Wednesday, January 14, 2004

January 5: What is courtesy? Why and how is courtesy practiced in Information Technology and it's implication if it is not followed?



Courtesy is something that people have. It's like a manner of some sort that makes the people who have it look nice, pleasant and good.

Why and how is courtesy used in IT? Well they use it to make program codes more managable. How? They make things like codes for long repeating things. It is frustrating to type the same thing over and over again. But then of course there is always copy-paste but then sometimes that doesn't work. So I guess it's for neatness. It'd make the commands short and concise.