Code, lies, and blargles.

Some words by Sam Salisbury

Migrating to OS X—Review

This Mac OS X 10.8 Mountain Lion review is part 2 of a series on migrating from Windows to Mac.

About 6 months ago I (a .NET developer) took over maintenance of an iOS app. This meant I needed to use a Mac, for the first time in 20 years. In order to avoid maintaining 2 separate workstations, I also switched to using OS X as my primary operating system, with Windows in a VM to continue my .NET work. Here’s my take on making the switch…

The transition from Microsoft Windows 8 to Mac OS X was not as clear-cut advantageous as the transition from Dell to Apple hardware was. There are some quite strange things for a Windows user to get used to in OS X. However, 6 months into this experiment, and I really don’t think I’ll ever go back to a pure Windows environment.

Skip to:
The Bad (quitting | fullscreen | maximising | snapping)
The Good (Mission Control, Exposé and Spaces | Gestures | Terminal)
The Conclusion

The Operating System

Mac OS X (10.8) Mountain Lion running on a 15–inch MacBook Pro with Retina Display, 16GB RAM/512GB SSD/2.7GHz Core i7

OS X Mountain Lion is the first Mac OS I’ve ever used in a work context, and the only one I’ve used as an adult. Prior to this my only real experience of using a Mac was at school, as an 8 or 9 year old, putting together school newspapers using System 7 machines. An experience I barely remember now…

My very first impressions of this operating system were not all favourable, although it was immediately more visually pleasing than Windows 8. Some of the odd skeuomorphism in the built-in apps was a little jarring, and window management left something to be desired. However, some features were really well implemented…

The Bad

It might be unfair to classify all of the below as objective failures in OS X, some may be more to do with me having 20 years of Windows usage ingrained into my psyche. However, from my perspective the OS could be improved in these areas. So, here is a treatment of my initial frustrations transitioning to OS X. I’ve highlighted a few key points that might be useful things to remember for anyone else undertaking the same journey.

Closing Windows Does Not Terminate Applications

Conversely, in Windows, you usually expect that closing a program’s main window will end the program’s main process. If not, you can always look in the system tray (in fact, the ‘notification area’) to verify whether the program is really dead or not. In OS X, only certain programs seem to die when you close all their windows. This upset me for about an hour when I realised I had tens of applications running that I thought I’d stopped. However, a simple ⌥⇥ (Option+Tab) shows all running applications. You can then quit each one using a simple ⌘Q (Command+Q). Terminating an application in OS X is always known as ‘quitting’ an application. To quit is to end a process. You can close windows, but you can only quit applications.

Note: In OS X, terminating an application is always known as quitting that application. The same terminology applies to processes in general. To quit is to end the process entirely.

Full-Screen Apps Only Use One Monitor

This is a very weird decision on the part of Apple. Making an app full-screen will blank out all the other monitors, rendering them useless. In my usual three-monitor setup, this renders the ‘full-screen’ option totally useless. This issue will be fixed in the upcoming OS X Mavericks release.

Maximising Windows Is Inconsistent

Depending on the program, clicking the green + icon in the top left of a window can variously make the window full-height, full-width and full-height, do nothing at all, or go full-height and some arbitrary width. This seems odd for an otherwise highly consistent user interface, and means I pretty much never use the feature, since I don’t know what it’s supposed to do. Isn’t this one of those things that should be shaved off the design?

There Is No Built-In Window Snapping

One of my favourite features in Windows has been the ability to drag a window to the top, left, or right of the monitor, and have that window either maximise, or snap to the left or right and resize to half the available width. This kind of feature is sadly missing from OS X Mountain Lion. However, there is a brilliant free app called Better Touch Tool which adds window snapping, plus loads of other useful features to window management in OS X.

The Good

Along with the strange, there are some incredibly well-designed features in OS X, some of which are so good, in fact, that they have permanently altered some of my workflows, and changed my fundamental expectations of an OS. Here are three of the my favourite features in OS X.

Mission Control, Exposé, and Spaces

Mission Control, Exposé, and Spaces (multiple desktops) are the central window and app navigation features in OS X Mountain Lion, and they’re really well implemented. Nuf’ said. But really, these three core navigation features are game changers to any multi-window workflow. You can swipe four fingers left or right, to access as many desktops (sometimes called ‘Spaces’) as you need. This is an astonishingly useful feature, especially when you don’t have an external monitor. The quickness of a four-finger-swipe-up, to see all open windows and desktops, known as Mission Control, is also hugely useful. There is also an under-used four-finger-swipe-down gesture to show all windows belonging to the current application, known as ‘App Exposé’.

I am no longer horrified by the idea of working without multiple external monitors.

Usable Gestures

In OS X, for the first time ever, I use gestures constantly to interact with my work. From the swiping between desktops, to scrolling, zooming, rotating, and the simplicity of ‘two-finger-click’ to access ‘right-click’ menus, gestures in OS X are implemented in a way that makes them the quickest and easiest way to accomplish many tasks. The large trackpad means you barely ever need to look down at your hands, and can focus on the screen whilst working.

Terminal, the command-line of OS X

Terminal is a huge breath of fresh air coming from the neglected Windows command line. For a start, it provides sane, line-aware text selection, allowing you to select text in the same order as it was printed to the output stream. This is unlike the Windows command line’s bizarre treatment of text as a table of characters to be selected in a grid. It also has tabs, so you can easily have multiple sessions open at once in the same window.

As a developer, I spend a lot of time on the command line. Having one that works in a sane and useful way is a massive boon. I even use Terminal on OS X to do all my Git work when developing inside my Windows VM, by mapping the virtual Windows hard drive to a mount point in OS X. (Parallels Desktop makes this really easy.)

As a developer, I spend a lot of time on the command line. Having one that works in a sane and useful way is a massive boon.

The Conclusion

OS X Mountain Lion is a far more accomplished developer OS than Windows 8, especially on a laptop. I can’t compare it with previous version of OS X, since this is the first one I’ve used, but, coming from Windows, it’s pretty much all upside. Usable multiple desktop support, coupled with a sensible command line, are enough by themselves to make this OS the only rational choice for a developer workstation.

OS X Mountain Lion is a far more accomplished developer OS than Windows 8, especially on a laptop.

The few complaints with respect to window management in OS X are easily mitigated with some free software, notably Better Touch Tool.

My recommendation: If you’re currently using Windows for all your development work, no matter whether you’re a Microsoft .NET developer, or any other kind of developer, get a Mac with OS X Mountain Lion. If you need to use Windows for development work, get Parallels Desktop.

Thanks for reading, I’d love to hear any feedback in the comments below :)

Comments