Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
14answers
1k views

Is copy-and-paste coding ever acceptable?

It's generally accepted that copy and paste programming is a bad idea, but what is the best way to handle a situation where you have two functions or blocks of code that really do need to be different ...
5
votes
3answers
222 views

Good IM/Chat solution for pasting code

We've got several distributed developers working together on a couple of projects. We've been using Skype to host chats with all the developers, and it works okay except for one thing: It REALLY ...
3
votes
2answers
691 views

Any Emacs command like paste-mode in vim?

When i'm trying to paste some code from browser to Emacs, it will indent code automatically, is there any way to stop Emacs from indenting temporarily like :set paste in vim?