DEV Community

Discussion on: You Probably Don't Need a Mac

Collapse
 
cubiclesocial profile image
cubiclesocial

I bought a used Mac Mini off eBay a couple of years ago for ~$150. Various auctions kept coming and going, but persistence over several weeks and failed auctions to get one at that low price eventually paid off.

I actually needed it because I wanted to finish making PHP App Server:

github.com/cubiclesoft/php-app-server

Figuring out how Gatekeeper worked was difficult. There's almost no documentation on the internals of Mac OSX. Windows is way better documented. Linux may be open source but is not as well documented as Windows.

Windows is my preferred development environment. The text editors available for Mac and Linux today are still...lacking. What text editors I can use dictates my platform of choice. The debuggers for Mac OSX are basically non-existent, Linux is better but only barely and almost always requires dropping to the terminal. Windows, on the other hand, is completely flooded with all kinds of debugging and platform analysis tools (e.g. SysInternals).