The Shittiest Language I Ever Used
11–13 of 13 posts
Re: The Shittiest Language I Ever Used
#12There is zero mention of a language there. The author is just complaining about the protocol used. What if they had used HTTP? I mean, what's the actual problem with using email? It sends data just fine, receives data just fine, the fact that the server was slow in compiling and would email you the build errors is frustrating, but hardly such a poor design choice. It probably saved them a bunch of time.
Of course, I can build and run the code locally before checking in.
Re: The Shittiest Language I Ever Used
#13They also had a similar thing where you would upload Flash files (FLAs) and various assets like fonts, and it then compiled it all into a SWF. Again, with no useful output. Getting that to work was mostly just praying and swearing - I'm pretty sure it was non-deterministic. I think that was the closest to tears I've ever been whilst writing software.
The first project I did for them, I allowed two weeks for the build and one day to compile the assets with their system (because I hadn't been told it involved web interfaces and no error handling). The second time, I allowed two weeks for the build and two weeks to compile it.