You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- You can use this technique before coding any feature, this will enforce you to have enough clarity and ask you questions that probably you'll have to ask to your team as well.
77
+
- You can use this technique before coding any feature, this will enforce you to have enough clarity and ask you questions that probably you'll have to ask to your team as well.
77
78
- Building features in this way will give you a way to track your building process in the commit history. You can use this to share with your team.
78
-
- If your team is using this approach, you'll be able to learn about their building process.
79
-
- You can incorporate this to your onboarding process of new members to teach them how your team is working.
79
+
- If your team is using this approach, you'll be able to learn about their building process.
80
+
- You can incorporate this to your onboarding process of new members to teach them how your team is working.
80
81
- You can use this to solve code exercises or code challenges to give to your interviewer another way to understand how you're working.
81
82
82
83
# Guidelines for programming languages
@@ -92,4 +93,4 @@ Step 7: Running mix formatter
92
93
- Branch history maturation.
93
94
- Rebuilding a bunch of commits to create a more useful history.
0 commit comments