- This topic is empty.
-
AuthorPosts
-
June 25, 2014 at 1:53 pm #173688
nixnerd
ParticipantI hear about COUNTLESS ways that webdevs try to optimize their workflow and either eliminate or at least expand bottlenecks. Everything from preprocessors, to task runners, to specialized text editors, to tiling window managers, to command line utilities, to specialized keyboards, to multiple monitors. I’ve heard it all.
Now, I agree that these things are all awesome in the right situation, with correct application and with reasonable expectations. I don’t have anything against any of these tools. In fact, I use most of them. But it seems they don’t solve the mother of all bottlenecks: thinking.
I find that the time it takes to plan out a project and solve all the problems in a way that is effective and elegant is BY FAR the biggest drain on my time. It’s not the few extra lines of code I have to write here or there, it’s not the few extra key strokes, it’s not having to switch back and forth between desktop spaces, it’s not having to do a slightly repetitive task. It’s none of that. It’s just plain ol’ thinking.
Does anyone else find this to be true?
June 25, 2014 at 5:36 pm #173699Senff
ParticipantHm. Just because thinking is one of the most important parts of the equation, or most time-consuming, doesn’t make it a bottleneck.
True, you need to be able to think well to get a good workflow. But you also need a good computer. And time. And good software. And….. (etc. etc.)
I don’t know. I don’t really see the point of labeling something as the Real Bottleneck. There are so many factors, and there’s nothing wrong with trying to improve any piece of the puzzle — whether it’s the biggest bottleneck, or just a smaller one. Any improvement is…improvement! :)
June 25, 2014 at 6:35 pm #173703__
ParticipantThinking can take a bit of time, and it can be a bottleneck, but I don’t agree that it necessarily is.
[various developer tools] are all awesome in the right situation, with correct application and with reasonable expectations. I don’t have anything against any of these tools. In fact, I use most of them.
The first part hits it. Tools (including thinking) become a bottleneck when not used properly, or with unreasonable expectations. Insisting on using a particular tool can be a huge waste of time if you only do it because you read about how awesome it is in some blog post. Your project might gain nothing from it. Your project might suffer from it, if you don’t really know how to use it.
SASS is a good example. There are tons of people out there who can recite the steps of setting up a compass project blindfolded, but after that, they spend days and days trying to find ways to “auto-convert” all of their existing stylesheets into SASS files. If you know how SASS works, and how it can improve your design process, you know this is a complete waste of time. But it’s a fairly common question on help forums (IIRC, it’s been asked here on css-tricks at least twice in the last month or so).
June 25, 2014 at 9:56 pm #173707nixnerd
ParticipantInsisting on using a particular tool can be a huge waste of time if you only do it because you read about how awesome it is in some blog post. Your project might gain nothing from it.
This strikes RIGHT at the heart of the issue. I’m experiencing said “bottleneck” on client projects with clients who insist on x when x may not really be feasible for a NUMBER of reasons. This is suppose is MY fault. I should tell them it can’t be done, give a brief explanation and move on. But… there’s something in me that REALLY doesn’t like to leave a problem unsolved or back down from a challenge… even with myself.
I guess my real bottleneck is an unhealthy emotional attachment to projects. Ha ha ha.
June 25, 2014 at 10:20 pm #173710nixnerd
Participantspecialized keyboards
I’ll be honest, this post is mostly and indictment of Vim and the HHKB (it strikes again).
June 26, 2014 at 12:06 pm #173765__
ParticipantI’m experiencing said “bottleneck” on client projects with clients who insist on x when x may not really be feasible for a NUMBER of reasons.
The biggest realization I’ve made in working with clients is how little they need to know. There’s a quote (paraphrased; I forget where I heard it originally):
As a contractor, you give the client endless color swatches, tile samples… you don’t ask them where they want the dishwasher. It goes next to the sink, and that’s all there is too it.
June 26, 2014 at 12:36 pm #173767nixnerd
ParticipantThat’s such a great quote. I’m going to try and live by it from now on.
June 26, 2014 at 4:45 pm #173780__
ParticipantYou would not believe how much pain I’ve caused myself (e.g.) asking the client if they want AJAX. They do, but they’re going to get confused, freak out and say no. Just don’t ask them.
June 26, 2014 at 7:19 pm #173787nixnerd
ParticipantAmen.
-
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.