Skip to content

dolfamli/interview-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Review Exercise (Web Components / Frontend)

Purpose

We're interested in how you to respond to code at both a technical and team level and have created this exercise to mimic your review of a teammate's pull request in this simplified context.

Instructions

  1. Read this complete README, which provides the necessary info and context for your code review.
  2. Open and read the three exercise files (nav.html, styles.css, components.js), which are included in this repo and are also replicated on CodePen.
  • Note that this is a simplified exercise and so does not include all the files or the file structure of a working codebase. In both the JS and CSS files, references are made to where components or files might be broken up.
  • For example, because the code is being replicated on CodePen, the HTML file is not a valid HTML file and more like a partial. Additionally, the links in the menu do not go anywhere. Please feel free to ignore these sort of things in your code review.
  1. Consider the feedback and change requests you might make on this PR. Feel free to make notes in the files themselves or separately.
  2. For the interview itself, please have all three files open in a code editor and be prepared to share your screen so we can discuss specific areas of the code.
  • Optional: If you have a CodePen account, it would also be fine to fork the CodePen example and share that (or copy the code to an equivalent service).

Advice

  • Please do not spend more than 60 minutes on this. This is an exercise, not a real review of code that may be pushed to production.
  • In general, it is preferable to provide a list of concerns and go deep on 1-2 of those in terms of how you'd address them than to be truly exhausive in your list of concerns.
  • In terms of design, the expectation here is not for this code to be pixel perfect. It's more important to cover the broad strokes of the design than to focus on pixel-specific differences among the existing feature, the screenshots and this PR.
  • Please focus your code review on what you know already and are comfortable with instead of researching things that are unknown to you.

Context for the pull request

The engineering team is interested in exploring developing with Web Components and has selected a few existing key features to refactor as Web Components. This PR is one such instance for the team to establish:

  • Can the existing features be rebuilt as Web Components? What, if any, obstacles or blockers are uncovered?

  • Best practices for Web Components to then be carried over from the main codebase to the design system.

  • The existing feature being refactored in this PR is the main site navigation for Washington Paid Family & Medical Leave. Screenshots of the feature are included in this repo (all taken at 1024px wide) and include:

    NOTE: For the purposes of this exercise, the Self-employed menu item has been removed.

Acceptance criteria

This code should:

  • Generally replicate the look and interactions of the current navigation, including keyboard navigation
  • Introduce no new/additional performance concerns
  • Introduce no new/additional accessibility concerns
  • Provide an example for future Web Component development

Discussion questions

The following questions will guide our discussion:

  • Describe your overall approach to reviewing this code. What was familiar and unfamiliar? Do you feel you were missing any context to understand this PR?
  • What, if any, acceptance criteria or expected use cases have not been met in this code?
  • What concerns do you have about the code in this pull request and how would you approach resolving them?
  • Did your code review identify:
    • performance concerns?
    • accessibility concerns?
    • significant/meaningful design mismatches? And how would you recommend addressing them?
  • If you had an extra hour on this exercise, how would you opt to spend that time?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published