Created by Evgeni Kostadinov
give you the solid foundations and the practical knowledge to start as a Jr Automation QA specialist.
“Whoever teaches learns in the act of teaching, and whoever learns teaches in the act of learning.”~ Paulo Freire, Pedagogy of Freedom
What we will be learning together?
Naming, Formatting, Documentation
Defensive programming
Refactoring
Unit testing
SOLID principles
import java.util.*;
import java.lang.*;
import java.io.*;
/* Name of the class has to be "Main" only if the class is public. */
class HighQualityCode
{
public static void main (String[] args) throws java.lang.Exception
{
String[] topics =
{"Naming, Formatting, Documentation", "Defensive programming", "Refactoring", "Unit testing", "SOLID principles"};
for( int topic = 0; topic < topics.length; topic++) {
System.out.println( topics[topic] );
}
}
}
Stay in touch:
Evgeni Kostadinov
evgenikostadinov@gmail.com