Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
473 views
in Technique[技术] by (71.8m points)

editing - Fun debate: Is it an eco friendly practice to recycle written letter rather than deleting and rewriting it

Example: in your IDE you had a snake case variable: some_var, you want to convert to camel case someVar, you can go to the "_v" location, delete it using two deletes and add "V", that would maximize the reuse of written text. other ways - mouse double click on the var and write the whole name again, replace it using "replace" , use IDE functionality to convert snake to camel etc'... another example is a sentence or a line where you need to switch two words position, would selecting the shortest word, deleting it using delete key and rewriting it in place or mark the word, cut, paste in place many more examples out there


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...