[ my public key: https://keybase.io/dashdotat; my proof: https://keybase.io/dashdotat/sigs/RkIw2kIJUFH1frI3tUIM9EkcKcNGQN8J3KQ5Lxaj_8U ]
I read a blogpost from FogCreek that was posted here this week (original article https://news.ycombinator.com/item?id=8959036 and story http://blog.fogcreek.com/random-meet-ups-to-maintain-company-culture-with-remote-workers/) which resonated with me (I work remotely for a company with ~100 employees spread over remote, 3 offices in the UK and 1 in Sweden) so I've built a service (no idea if it's monetiseable) to see if I can get my employer interested in the idea, but from sending the original blog post to HR and the link to the site I've built they don't seem to "get" the idea.
Based on the article and my welcome screen (http://breakmates.co.uk) do you get the idea, is there anything I can improve on the front-page to communicate how it works better (ie it doesn't schedule anything, it just pairs people together and lets them arrange a date/time that week to get together physically or virtually for a chat)
Cheers
Kevin
I've written a small (less than 1 day) SPA (literally a single-page) with Angular, however at the moment I've got everything in a single controller, not using directives, services or even testing - is there anywhere I can get good, constructive feedback on what things I should be looking at doing to follow more of the "best practices" in terms of how to test it, what to test, how to break it apart into a more modular/maintainable app?
Also, at the moment all the data that it needs is stored in the controller itself as I've designed it to be used offline (it doesn't need to write any data ever, it's primarily making decisions and displaying results based on user input and the static data that it holds itself)
Many thanks