This is Oyunlar's TypePad Profile.
Join TypePad and start following Oyunlar's activity
Oyunlar
Recent Activity
See you can't just make a rational, well argued point, you have to take extremes and shove it Oyunlar down someone's throat, which doesn't really work for this particular post (or any if you ask me).
I have to say, the writing was very cloudy. There were a few times of the "but this is wrong" rhetoric that Oyun I completely lost what the point was. Then I realized I don't care.
Version 1 Sucks, But Ship It Anyway
I've been unhappy with every single piece of software I've ever released. Partly because, like many software developers, I'm a perfectionist. And then, there are inevitably … problems: The schedule was too aggressive and too short. We need more time! We ran into unforeseen technical problem...
There's a common and accepted way to normalize newlines (using js regex for examples):
.replace(/\r\n|\r/g, "\n");
.replace(/\r\n|\r|\n/g, "\r\n");
.replace(/\r\n|\n/g, "\r");
Oyunlar
Oyun
The Great Newline Schism
Have you ever opened a simple little ASCII text file to see it inexplicably displayed as onegiantunbrokenline? Opening the file in a different, smarter text editor results in the file displayed properly in multiple paragraphs. The answer to this puzzle lies in our old friend, invisibl...
Oyunlar is now following The Typepad Team
Feb 20, 2010
Subscribe to Oyunlar’s Recent Activity
