本文介绍了结对编程,混合IDE环境?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何团队都有混合IDE环境的团队编程经验吗?我是很长时间的IntelliJ用户,其他人使用Eclipse,你可能听说过。

Anyone got any experience of teams doing pair programming where there is a mixed IDE environment? I'm a long time IntelliJ user, others use Eclipse, which you may have heard of.

在我看来,对编程涉及很多程序员之间的键盘传递。但每当我拿到键盘时,我都会停下来,因为我不知道再做什么了。 (就像我突然间我是个白痴!)

In my mind pair programming involves a lot of passing the keyboard between the programmers. But every time I get the keyboard I grind to a halt as I don't know to do anything anymore. (It's like suddenly I'm an idiot!)

现在我可以,也许应该,学习我的方式绕Eclipse。 (这里没有开始关于相对优点的圣战。)但我想知道是否有其他人有意见?

Now I could, probably should, learn my way round Eclipse. (Not starting a holy war here about relative merits.) But I wonder if anyone else has got an opinion?

推荐答案

我有在多IDE环境中没有这样做。但在我看来,配对是远程学习IDE功能的最佳方式。因此,您应该快速掌握Eclipse,同样,您的同事应该在短时间内处理IntelliJ。你们俩都会在这两种环境中变得更加精通 - 如果你选择这样做,那么这是一个很好的定位团队IDE的地位。

I have not done this in a multi-IDE environment. But pairing is, to my mind, far and away the best way to learn IDE features. So you should come up to speed quickly on Eclipse, and your colleagues, likewise, should get a handle on IntelliJ in short order. Both of you will become better versed in both environments - and that's a good position from which to settle on a team IDE, should you choose to do so.

通过比较其他学习方法,配对可以教会你对你有用的功能(或者你的对,可能有类似的需求)。你几乎通过渗透学习;因为你的对使用了一个功能,你可能会发现自己在问,你是怎么做到的?或者你刚刚做了什么?这就是在你需要的时候教你所需的功能。

By comparison with other means of learning, pairing teaches you the features that are useful to you (or your pair, who probably has a similar set of needs). You learn almost by osmosis; as your pair uses a feature you may find yourself asking, "how did you do that?" or "what did you just do?" This is teaching you the features you need, exactly when you need them.

在你的情况下,可能会有额外的价值:你可能会发现自己想要一个IDE的功能提供;你的对可能永远不会遇到它(但它也可能在Eclipse中)。因此,您花了一分钟来跟踪该功能,现在你们两个都学习了IDE的新功能(和有用功能)。

In your situation, there may be additional value: you may find yourself wanting a feature that your IDE offers; your pair may never have encountered it (but it might be in Eclipse, too). So you spend a minute tracking down that feature, and now both of you have learned new (and useful) functionality of the IDE.

这篇关于结对编程,混合IDE环境?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-31 09:53