400,000 lines of original source code sound really impressive! are you sure about that? Does sloccount say that or some wc -l ?
[edit] I think it sounds somewhat unimpressive, as shorter code is often better code. Anyway it is true and I'm curious why so much code is needed. Here's the output using cloc on their core github repo (so this does include, e.g., the ace editor): Javascript: files: 1125, blank lines: 58790, comments: 114390, code: 330409.
Eating Our Own Dog Food: Behind the Scenes at Cloud9
21–30 of 31 posts
Re: Eating Our Own Dog Food: Behind the Scenes at Cloud9
#22Earlier quoted context omitted.
Hum 5MB background image of dogfood for an article about an IDE. Thinking maybe the tech team did not design this post ;)
In this case the tech team recently switched to Ghost for blogging and didn't realize that it doesn't automatically scale images when you upload them :)
Re: Eating Our Own Dog Food: Behind the Scenes at Cloud9
#23Great article, it's good to hear about IDE companies dogfooding and using that to improve their product. I don't want to call you out but in https://c9.io/blog/content/images/2015/07/recursion.png you're really only running C9 in C9 - the rest have the same URL.
Re: Eating Our Own Dog Food: Behind the Scenes at Cloud9
#24Re: Eating Our Own Dog Food: Behind the Scenes at Cloud9
#25I've been watching too much dota. I just assumed this was about Cloud9.gg , the eSports team haha
Who do you think sponsors them?
Re: Eating Our Own Dog Food: Behind the Scenes at Cloud9
#26400,000 lines of original source code sound really impressive! are you sure about that? Does sloccount say that or some wc -l ?
[edit] I think it sounds somewhat unimpressive, as shorter code is often better code. Anyway it is true and I'm curious why so much code is needed. Here's the output using cloc on their core github repo (so this does include, e.g., the ace editor): Javascript: files: 1125, blank lines: 58790, comments: 114390, code: 330409.
Re: Eating Our Own Dog Food: Behind the Scenes at Cloud9
#27Earlier quoted context omitted.
[edit] I think it sounds somewhat unimpressive, as shorter code is often better code. Anyway it is true and I'm curious why so much code is needed. Here's the output using cloc on their core github repo (so this does include, e.g., the ace editor): Javascript: files: 1125, blank lines: 58790, comments: 114390, code: 330409.
Of this 330409 lines of Javascript code, the majority (223414 lines) of it is stuff in the node_modules subdirectory, which probably is what you mean by dependencies...? E.g, there is one file in there https://github.com/c9/core/blob/master/node_modules/ace/lib/... that contains 54209 lines of code.
Re: Eating Our Own Dog Food: Behind the Scenes at Cloud9
#28Re: Eating Our Own Dog Food: Behind the Scenes at Cloud9
#29Re: Eating Our Own Dog Food: Behind the Scenes at Cloud9
#30Is it worth checking out Cloud9? Perhaps not a fair question, but I am interested in hearing from people who have used both. I enjoyed Google's internal browser based IDE Cider, and think that web based development has a strong future.