I am a freelance web developer & generalist. Happy to work with Ruby/Rails/JavaScript/Python. I would also enjoy pairing on projects if you are a freelancer yourself.
I am experimenting with "reading minutes left" as a better indicator of progress on a page. This is similar to what medium.com is doing for their articles, but it could be extended to any web page.
The extension does not work everywhere, but it works on wikipedia and articles from theatlantic.com if you want to try it out.
I couldn't disagree with you more. People solving the problems have a choice. If they don't want to look it up, more power to them. Otherwise, leave the decision to the learner.
I always hated it when teachers would hold on to the solutions to the exercises in the textbook.
I agree with you although I wonder what happens in the case of repeated purchases. Wouldn't the store with lower prices and lower profits on these warranties attract more buyers? Or what if it's Christmas time and I'm buying a gift, I would consider the extended warranty much more rationally.
I would expect the market for extended warranties to be competitive. At least as competitive as the market for the product the warranty is slapped on. How can stores make so much profits on warranties but so little on the associated products?
Pairing has helped me and my code a lot but as with most things there is a learning curve. Only an atrocious pair would say something like "Oh... yes, that function... I already thought of that, and here's why it can't work.". When pairing, thinking is talking. If the one not typing at the moment is allowed to get bored, then the pairing is not done correctly.
Also, in my experience, two developers working as a pair will have better work ethics and discipline than any of the two taken separately.
BTW, you're calling the one not typing the 'passive' one? That's the wrong attitude.
I'm also curious about why companies might want to opt out of the news aggregator.
Although I'm wondering why companies even have a say in it. Isn't the aggregation involved fair use? If I start my own news aggregator do I have to ask publishing companies permission? I feel like I should be able to just aggregate them whether they like it or not.
Sorry if this is misleading. I read the article on paper and that was the pull-quote. I decided to use it because the real title 'The upside of a downturn' was not descriptive enough to me.
I understand you want to emphasize business value and short-term returns but barring refactoring is taking it too far. Smart refactoring will pay off immediately by giving you faster turnaround for new features. And fast turnaround is a startup's edge.
I don't refactor for refactoring's sake but I do refactor every time I would benefit right away from the change. It also makes programming more interesting. Once lousy code is refactored, I can go back to solving the right problems and stop fighting with it.
> The act of automatically renaming classes or variables, along with all the other code-shoveling refactoring support that IDEs provide is a miniscule subset of what refactoring is really about.
I've heard this argument many times and I can't quite understand it. Even if the few supported operations like rename/pull up/inline/extract are only a subset of all possible refactorings, I still do these things multiple times an hour. I want them to be automated.
I hate bloated IDEs just as much as the next guy, but I do miss automated refactorings when in vim or emacs.
I thought it was interesting, though most of the answers we already knew.
Maybe they should poll for questions beforehand so they would get better ones. Maybe a 5 minute editorial-style spiel at the beginning would help make the Q&A more active.
I think I agree with you: as benevolent programmers, we should pick the best tool for the job, without consideration for the platform, or the libraries. This would advance the art of software faster in the long run.
Unfortunately, we are forced to make decisions based on the ecosystem of our tools, because of short-term constraints.
And I am not submitting for the sake of submitting. I read the author's book on macroeconomics and got the link through his blog: this is not a random post. I also thought an article that sums up consensus among economists is relevant to a community of entrepreneurs.
> I'm shocked that this doesn't contain keyboard macro recording.
Yes. And maps (e.g. :map <F12> :w<cr> to save with F12). And block mode (Ctrl-V) and text objects (e.g. ci" deletes the inside of parentheses and goes to insert mode) and a slew of others.
I find the idea that there are 100 vim commands every programmer should know a but ludicrous though.
I am a freelance web developer & generalist. Happy to work with Ruby/Rails/JavaScript/Python. I would also enjoy pairing on projects if you are a freelancer yourself.
Get in touch for a quick chat: matthieutc.com