| > Phone call? Book a calendar invite. I hate unscheduled phone calls; I've asked recruiters to make an appointment first, so I can be mentally ready for a phone call. Else I'll be interrupted during focus time (headphones on, balancing seven things in my head simultaneously, you know the drill). > Talk to your manager? Schedule a one-on-one. For random day to day stuff, sure, scheduling something might be overboard. But for more serious business, you should put aside some time for both. This is also about respecting each other's time and schedule; you are not the center of your manager's attention. > Want to raise a technical comment? Issue a Jira ticket. I think this is an important step to take so that you sit down and think about the issue; it's like rubber ducking, if you can't explain it in e.g. a ticket, you don't understand the problem well enough. Second, task tracking software is documentation; in ten years' time you will thank yourself for making a ticket. (That said, I don't believe storing it in 3rd party software is good, ideally all documentation, including tickets, would be in your git repository. Commit volume and churn is a bit of an issue though). |