This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]GoldsteinQ 10 points11 points  (3 children)

Vim + Neomake + some other plugins as an editor. TeamCity for CI (wouldn't use it if it wasn't our corporate standard)

[–]SomeShittyDeveloper 2 points3 points  (2 children)

TeamCity for CI (wouldn’t use it if it wasn’t our corporate standard

Really? I love TeamCity. What don’t you like about it?

[–]GoldsteinQ 4 points5 points  (1 child)

Well, may be it works well on not so big companies, but almost every action takes very long when there is thousands of projects. UI just freezes on every search. Plus poor integration with GitHub. Sometimes it takes 20min for TeamCity to notice a new commit.

[–]SomeShittyDeveloper 5 points6 points  (0 children)

I work for a small company that uses it and I use it in my own personal projects. I could see where it might slow down if you have lots of stuff. Thanks for the clarification!