| « Double Spaced | Sponsor Appreciation, Open Source Child Care, and More » |
At the day job, I spend the majority of my time working on BuildMaster. While I certainly find it more exciting than the Big Boring Business App at Mega Financial Co, the structure is similar: there are a number of modules, different teams are responsible for different modules, and about the only change in scenery is working on a different module.
Though I wouldn’t call it boring, working on the same thing day-in and day-out can sometimes drag a bit. Even with an ample supply of Single Malt Scotch. Apparently, I wasn’t the only one feeling this, so we started a new company initiative: let developers work on projects that fall outside of their normal job description.
Inspired by Google’s “20% Time” philosophy, this initiative works in a similar manner, but instead of being an 80/20 time split, it’s more like 100/20. Yep, that means nights and weekends. Oh, and it’s due by Monday. Brilliant!
Anyway, I figured I’d share with you how I spent the past few Saturdays and Sundays, since it’s particularly pertinent to The Daily WTF.
That’s right. It’s a Submit To TheDailyWTF.com extension that plugs right into Visual Studio.
You can download the plug-in for Visual Studio here.
And if you know how to adapt this to an Eclipse plug-in, I'll send you a TDWTF Mug. Or two if it's a really awesome adaptation. The source code is available on Google Code.
Re: Submit WTF Code Directly From Your IDE
2010-10-28 09:55
•
by
Alan McMorran
(unregistered)
|
|
I had a go at an Eclipse plugin (not that I had time, but it was an interesting exercise in interfacing with the default editors and using some Apache CXF stuff). The code is on Github at:
http://github.com/mcmorran/dailywtf-eclipse I've also put up and Eclipse Update site, so just add the URL below to your update manager and it should appear: http://dev.opengridsystems.com/dailywtf/ This is using the Web Service interface that was linked to above, but I'm not sure if it is actually submitting correctly (so I'm making no claims that this works as expected!) The WSDL response is just a blank string but I'm not getting any errors or exceptions... that's not to say it is working of course :-) It's very much a prototype at the moment and pretty alpha-level (I've not tested it on older versions of Eclipse etc.) but I stuck it under EPL so feel free to correct anything that's wrong and give me a patch! Now I'd better get back to doing some paid work... gottam OCD... :-) Alan |
Re: Submit WTF Code Directly From Your IDE
2010-10-28 10:18
•
by
Alan McMorran
(unregistered)
|
|
Further to the above, here's a couple of screenshots:
Also corrected the first version so it will work with the Java editor and normal text editors. Alan |
Re: Submit WTF Code Directly From Your IDE
2010-10-28 11:40
•
by
Dave Watson
(unregistered)
|
|
I've also got an Eclipse plugin I whipped up last night, after talking with Alex via email. This one has the wooden table, and some bonus features.
https://bitbucket.org/quercusmax/eclipsewtf/wiki/Home |
|
Extension for emacs. It will probably work for xemacs (needs testing)
http://github.com/blackd/blackd/tree/master/emacs/ M-x customize-group the-daily-wtf select some code M-x wtf-submit C-x wtf will be appropriate key binding enjoy |
Re: Submit WTF Code Directly From Your IDE
2010-10-31 05:21
•
by
f_ranek
(unregistered)
|
|
Here is another plugin for eclipse of my own.
It adds the menu and a simple form
The plugin binary can be downloaded manually, or from the Eclipse update site. Source code is also available. Enjoy :) |
Re: Submit WTF Code Directly From Your IDE
2010-11-04 06:28
•
by
Wayne
(unregistered)
|
|
A MacOS X service that let's you submit from most apps http://www.glulogic.com/workbench/2010/10/28/the-daily-wtf-submit-automator-service.html
|
| « Double Spaced | Sponsor Appreciation, Open Source Child Care, and More » |