Frontend
1.0.0
1.0.0
  • Introduction
  • Project Guidelines
    • INTRODUCTION
    • PROJECT SETUP
      • Frameworks
      • Static type checking
      • Code Quality Tools
      • Enforcing good practices
      • Testing
      • Code versioning flow
      • Continuous Integration & Delivery
      • Isolated component development
    • EFFECTIVE AND CONSISTENT WORKFLOW
      • Code structure, architecture
      • Code versioning and review flow
      • Testing
      • Continuous Integration & Delivery
      • Dependency checking
      • Project Management Tools
      • Communication
    • THE QUALITY OUTPUT
      • Great UX/UI
        • Design & User Experience
        • SEO, SMO
      • Accessibility
        • Introduction
        • Why a11y?
        • Fundamentals
        • A11y in STRV
          • Share Knowledge
          • Project Life Cycle
          • A11y culture
      • Performance
        • Bundle Size
        • Deployment
        • Audits & Reports
      • Stability
        • Documentation
        • Analytics & Error Tracking
        • Quality Assurance
      • Security
    • FINAL WORDS
    • ACKNOWLEDGEMENT
Powered by GitBook
On this page

Was this helpful?

  1. Project Guidelines
  2. EFFECTIVE AND CONSISTENT WORKFLOW

Communication

Communication is the key to success. It’s a well-known rule applicable not just in frontend development, but pretty much anywhere. Be transparent, share updates, notice blockers. And be nice! In the end, the tone of voice can influence a lot of situations.

It’s good practice to share a small written standup with your team, describing what you’ve done today, what you’re planning to do tomorrow and if there is any blocker preventing you from performing your job. It’s not bad to do even if you’re working on a project alone.

Besides written communication, there is also the verbal one. Learn how to speak. How to handle unpleasant calls. Sometimes, clients come in with silly requests. You must be on top of them. Be professional.

PreviousProject Management ToolsNextTHE QUALITY OUTPUT

Last updated 5 years ago

Was this helpful?