Difference between revisions of "Environment - TDD Software"

Line 3: Line 3:
  
 
However, we only need (and want) 1 computer for each 2 students; e.g., if 16 students, then 8 computers. Often, it is possible for students to bring their own laptop.  
 
However, we only need (and want) 1 computer for each 2 students; e.g., if 16 students, then 8 computers. Often, it is possible for students to bring their own laptop.  
 +
 +
Also, each computer should have 2 displays or monitors. For example, if laptops are used, then one display will be the laptop itself, and a second will be an attached external monitor.
  
  
Line 9: Line 11:
  
 
== Software ==
 
== Software ==
If Java group:
+
If Java:
 
* Latest release version of Java Runtime (JRE)
 
* Latest release version of Java Runtime (JRE)
 
* Latest release version of Eclipse
 
* Latest release version of Eclipse
  
  
If C++ or C group:
+
If C++ or C:
 
* whatever tools the people normally use, plus the testing and mocking frameworks advised by the coach
 
* whatever tools the people normally use, plus the testing and mocking frameworks advised by the coach
 
* we will also consider using Eclipse CDT, as advised by the coach
 
* we will also consider using Eclipse CDT, as advised by the coach
  
  
If .NET group:
+
If C#:
 
* Visual Studio in C#
 
* Visual Studio in C#

Revision as of 02:38, 29 January 2012

Computers are used throughout the workshop.


However, we only need (and want) 1 computer for each 2 students; e.g., if 16 students, then 8 computers. Often, it is possible for students to bring their own laptop.

Also, each computer should have 2 displays or monitors. For example, if laptops are used, then one display will be the laptop itself, and a second will be an attached external monitor.


No network is required.


Software

If Java:

  • Latest release version of Java Runtime (JRE)
  • Latest release version of Eclipse


If C++ or C:

  • whatever tools the people normally use, plus the testing and mocking frameworks advised by the coach
  • we will also consider using Eclipse CDT, as advised by the coach


If C#:

  • Visual Studio in C#