Pros
Good work-life balance. Aside from some limited management, the people I worked with were great! Lots of fun people to work with who also liked to be social after work by going to pubs and playing games!
Kontras
OOP Style programming is not approved here. You are required to program everything in the old functional style of programming. Don't come here if you like OOP. Note, the modules you make are done in static classes. If you want to build an object that is used in your static class functions, that is not approved. So they may try to say it is OOP, but not really. Example: I made a benchmark to show that a class that calls data member variable names is faster than using a dictionary hash-table, the manager disregarded it saying that I must have skewed the benchmark in the favor of OOP programming without even looking at the evidence. Also, logically, it makes sense that going form Object address to data-member address is faster than parsing a string's key-value par in a dictionary hash-table lookup.