How do you make an awesome team?(来考验一下自己的英语能力吧)
How do you make an awesome team?
I was talking to my awesome friend Amy Hanlon (who is a software engineer at Venmo) about teams!!
She was talking about how she loves her team, and how she tries to make her team an awesome team to work on. I thought the idea that you can make your team awesome as a team member (not as a manager!) was really awesome, and I wanted to know how she does it! She told me what she does, and I thought it was so interesting that I wanted to tell you.
Talk a lot about your work in a public channel
She said that her team has a public (to the company) Slack channel, and that probably 95% of her communication with other people on her team is in that channel. Awesome things about this:
- if you put what you’re working on in public, sometimes someone will know a key piece of information that can really help you! Sometimes people will come in and say something that’s not helpful, but on the balance we think it’s worth it to talk in public :)
- if you talk about decisions in public all the time, everyone feels like they know what’s involved in the decision making process!
- if you write down what you’re struggling with and then write down how you fixed it (even if you fix it yourself) then people can learn from what you found!
Ask a lot of questions in public
Asking questions in public is a super awesome thing to do! Some questions you can ask of your team:
- How should we be doing X?
- What should we be working on? What should our priorities this year be?
- Is X or Y a better way to do this thing? why?
Scheduling brainstorming meetings
So the first two things – talk in public, and ask questions are things that I kinda do, sometimes. But a thing that I never do that she talked about is – scheduling brainstorming meetings with her team! These meetings are pretty small (maybe 4 people). I thought this was cool because setting aside time to talk about how we should do something is something I haven’t proactively done a lot, but I think it could be really helpful!
It’s really important to come in with an open mind to these brainstorming meetings – we agreed that we don’t think that our initial ideas about a thing are usually right (“I’m probably wrong 70% of the time”). If I’m not attached to the first idea that I come up with, then we can come to better ideas!
When having a discussion, talk like you might be wrong
Amy reminded me that this is a thing I want to do more!
Suppose we’re trying to decide whether to do X or Y. Let’s say I think that Y is probably the best thing. There are two ways i could approach this:
- I think Y is better, explain to me why that is not right
- I don’t understand yet why X might be better, but probably you have some different knowledge / assumptions than me, can you help me understand?
Coming into a discussion with the attitude “I don’t know if I’m right, I’m ready to change my mind” (and really honestly believing that) has been really really helpful to me – a lot of the time I do need to change my mind, and I think it’s just a much more productive way.
I do not always manage to do this, but I am trying to get better at it and I think it’s an important part of team-building / working well with others.
Don’t forget you have power over how your team is
This conversation was super inspiring to me because – I sometimes think of teams as kind of a static thing, like either “this team is working well together” or “this team isn’t working well together, I don’t know how to fix it”. But of course I am a member of the team, and it is partly my job to help make that team awesome!
I tried to argue to my manager a while ago “i can’t make my team more awesome, I don’t know how!“. I think I was probably wrong to argue that – like making teams more awesome is not trivial but I think it is something I have done before, at least a little, and something I would like be even better at in the future.
Most of these things are things I already believe (“admitting you might be wrong is important”, “asking questions in public is helpful”), but want to get better at putting into practice more often and maybe more loudly :)
(and of course, this post itself is a public question: how do you make an awesome team? :))
How do you make an awesome team?(来考验一下自己的英语能力吧)的更多相关文章
- CQRS FAQ (翻译)
我从接触ddd到学习cqrs有6年多了, 其中也遇到了不少疑问, 也向很多的前辈牛人请教得到了很多宝贵的意见和建议. 偶尔的机会看到国外有个站点专门罗列了ddd, cqrs和事件溯源的常见问题. 其中 ...
- BOP 2016 复赛题目
复赛采用团队赛的形式,基于Azure云计算平台在实际大数据的基础上展开前沿课题的较量. 在编程之美挑战赛复赛中,选手需要通过组队共同完成复赛题,考查选手编程能力的同时,也考验选手的团队协作能力.选手点 ...
- SWOT自我分析
个人信息: 大三学生 二本大学 软件工程专业 一:SWOT自我分析 Strenghs(优势): 1.有着良好的作息习惯,坚持锻炼 2.专注力强,能沉下心来学习 3.有着强烈的危机意思,明白不仅则退的道 ...
- java第三次试验报告
北京电子科技学院(BESTI) 实 验 报 告 课程:Java程序设计 班级:1353 姓名:郭皓 学号:20135327 成绩: 指导 ...
- EasyNVR智能云终端接入AI视频智能分析功能,用户可自定义接入自己的分析算法
视频分析的需求 人工智能的发展和在行业中的作用就不用多说了,已经到了势在必行的一个程度了,尤其是对于流媒体音视频行业来说,这基本上是人工智能重中之重的领域,视频人工智能,也就是视频视觉分析的应用方式大 ...
- 模拟美式橄榄球比赛数据(R)
获得和清洗数据: 1.从网络上抓取数据 year<- url<-paste("http://sports.yahoo.com/nfl/stats/byteam?group=Off ...
- .NET 云原生架构师训练营(模块二 基础巩固 Scrum 团队)--学习笔记
2.7.3 Scrum 团队 理想的环境 团队章程 如何组建 Scrum 团队 产品待办事项列表 用户故事 敏捷开发流程 理想的环境 5-9人 100% 跨职能 在一起 自组织 自组织 目标 授权 沟 ...
- Configure a VLAN on top of a team with NetworkManager (nmcli) in RHEL7
SOLUTION VERIFIED September 13 2016 KB1248793 Environment Red Hat Enterprise Linux 7 NetworkManager ...
- Create a Team in RHEL7
SOLUTION VERIFIED September 13 2016 KB2620131 Environment Red Hat Enterprise Linux 7 NetworkManager ...
随机推荐
- Python单元测试PyUnit框架轻度整改
原理 参考:单元测试原理 背景 年后有段时间没写代码了,所以趁着周末找了个python单元测试玩下,测试自己的Android应用.发现PyUnit虽然在单个脚本文件中添加多个测试用例,比如官网提供的方 ...
- excel表格的特殊需求引发的Java思考
前言: 前些天遇到了这样的一个需求,将下图: 将表格中货号-前面部分一致的行合成一行,并且将第二行,第三行的价格添加到第一行中为价格二,价格三.如图: 接到这样的需求,我的第一感觉是直接手动合并(暗暗 ...
- 初学jQuery之jQuery选择器
今天我们就谈论一下jquery选择器,它们大致分成了四种选择器!!!! 1.基本选择器(标签,ID,类,并集,交集,全局) 1.0(模板) <body> <div id=" ...
- BZOJ 3412: [Usaco2009 Dec]Music Notes乐谱(离线处理)
这道题貌似怎么写都可以吧= =,我先读入询问然后从小到大处理就行了= = PS:水水题真的好!无!聊!但是好!欢!乐! CODE: #include<cstdio>#include< ...
- 【转】对于HttpClient和HtmlUnit的理解
原文地址:http://www.haohaoblog.com/?p=1327&utm_source=tuicool 做Java编程的人其实,很多不懂SEO,也不知道如何让百度收录等等,当然,对 ...
- poj 2229 DP
Sumsets Time Limit: 2000MS Memory Limit: 200000K Total Submissions: 15326 Accepted: 6088 Descrip ...
- 2292: 【POJ Challenge 】永远挑战
2292: [POJ Challenge ]永远挑战 Time Limit: 10 Sec Memory Limit: 128 MBSubmit: 553 Solved: 230[Submit][ ...
- 3298: [USACO 2011Open]cow checkers
3298: [USACO 2011Open]cow checkers Time Limit: 10 Sec Memory Limit: 128 MBSubmit: 65 Solved: 26[Su ...
- 3410: [Usaco2009 Dec]Selfish Grazing 自私的食草者
3410: [Usaco2009 Dec]Selfish Grazing 自私的食草者 Time Limit: 3 Sec Memory Limit: 128 MBSubmit: 71 Solve ...
- 1624: [Usaco2008 Open] Clear And Present Danger 寻宝之路
1624: [Usaco2008 Open] Clear And Present Danger 寻宝之路 Time Limit: 5 Sec Memory Limit: 64 MBSubmit: 3 ...