While you might have thought that style only belongs on the run way, it's important in programming too. Every software company has their own in-house style. We're going to use the guide set up by the good folks over at the Java Ranch Read full article »
Tag archives for Java
The Java Development Environment
In order to create programs using Java, we need to get some tools together: We need an IDE, an Integrated Development Environment to develop our code. There are a lot of them around: BlueJ and Eclipse are a couple free environments I have used and many would argue that Intellij is an industry standard, but this year I would like us Read full article »
category: 2 - Program Construction in Java, IB 1