→ Catmas blog
*Korrekció: Egysínű macska
. Könszönet Anonymousnak! :-)
lolcatInternet meme. The language was created in 2007 by Adam Lindsay, researcher at the Computing Department of Lancaster University.
HAI CAN HAS STDIO? VISIBLE "HAI WORLD!" KTHXBYE
HAI CAN HAS STDIO? I HAS A ROOF, I HAS A VAR ITZ 0 GIMMEH ROOF BTW U R IN CONTROL IM IN YR LOOP UP VAR!!1 IZ VAR BIGGER THAN ROOF? KTHXBYE VISIBLE SMOOSH VAR AN ":)" MKAY IM OUTTA YR LOOP KTHXBYE
Design an error handling strategy. Error handling can be rather expensive for layered architectures with respect to processing time and, notably, programming effort. An error can either be handled in the layer where it occurred or be passed to the next higher layer. In the latter case, the lower layer must transform the error into an error description meaningful to the higher layer. As a rule of thumb, try to handle errors at the lowest layer possible. This prevents higher layers from being swamped with many different errors and voluminous error-handling code. As a minimum, try to condense similar error types into more general error types, and only propagate these more general errors. If you do not do this, higher layers can be confronted with error messages that apply to lower-level abstractions that the higher layer does not understand. And who hasn't seen totally cryptic error messages being popped up to the highest layer of all - the user?
Processing is an open source programming language and environment for people who want to create images, animations, and interactions. Initially developed to serve as a software sketchbook and to teach fundamentals of computer programming within a visual context, Processing also has evolved into a tool for generating finished professional work. Today, tens of thousands of students, artists, designers, researchers, and hobbyists who use Processing for learning, prototyping, and production.
Automated tests of programming skills.