My Recent Development Stack: OS X Tools
renownedmedia.com
My Recent Development Stack: OS X Tools
1–10 of 67 posts
Re: My Recent Development Stack: OS X Tools
#2The Mac gives you a really great portion of 2 worlds - the ability to operate from the terminal much like Linux but with amazing support for anything requiring you to either use or create GUI apps. The only problem is that once you venture off too far in one direction or the other you're either wishing you were on your Mac or you Linux machine. I don't subscribe to the belief that on OS is superior to another. Mac and Linux each have their very special uses. Instead I subscribe to the belief that 2 OSes are better than the third (unless you're coding for Windows exclusively in which case I wouldn't want to be you).
Re: My Recent Development Stack: OS X Tools
#3Re: My Recent Development Stack: OS X Tools
#4Re: My Recent Development Stack: OS X Tools
#5GitX is good (and free), but if you're looking for the best Git client for Mac, without a doubt it's Tower ( http://www.git-tower.com/ ).
A few days ago a co-worker turned me on to SourceTree (http://www.sourcetreeapp.com/), which is also free and developed by Atlassian. I've got to say it's a bit more polished and so far it looks like it might be replacing GitX for me.
Re: My Recent Development Stack: OS X Tools
#6Thanks for the heads up on Jason. I work with a lot of web apis and this looks like a great tool for browsing json responses.
On most pages you can even just open the inspector (cmd alt i) and do $.get() to inspect json from random places
Re: My Recent Development Stack: OS X Tools
#7If you are developing Mac and iOS applications it is especially useful as it gives .a and .dylib files custom icons indicating their architecture.
Re: My Recent Development Stack: OS X Tools
#8I've found that when it comes to GUI tools the Mac is your best friend. Even a good majority of command lime stuff is really a joy to use. I'll never abandon the Mac but I must say that the deeper into my programming journey I get the more I'm reaching for my Linux machine. Last week I caught myself thinking of dumping the Mac altogether! But that's heresy and I quickly banished those thoughts. The Mac gives you a re…
That's not to say I don't miss things from Linux (/proc, XMonad to name two), just nothing all that much.
Re: My Recent Development Stack: OS X Tools
#9Re: My Recent Development Stack: OS X Tools
#10I've found that when it comes to GUI tools the Mac is your best friend. Even a good majority of command lime stuff is really a joy to use. I'll never abandon the Mac but I must say that the deeper into my programming journey I get the more I'm reaching for my Linux machine. Last week I caught myself thinking of dumping the Mac altogether! But that's heresy and I quickly banished those thoughts. The Mac gives you a re…
Out of curiosity, what were you missing from Linux? That's not to say I don't miss things from Linux (/proc, XMonad to name two), just nothing all that much.
edit: also macports seems fragile too.