@extends('template') @section('title') Code Critique II Lab @stop @section('content') # Code Critique II Lab This is another chance for you and an instructor to meet one-on-one and chat about your code. ## Logistics/[Schedule](https://docs.google.com/spreadsheets/d/112iLIZeRlItrZ3elIA0QxYxiA6fhdXS4PNfg6lqJr9g/edit#gid=0) - Each student will be assigned a 15-minute slot to meet (via zoom) with an instructor - **Note**: you must be logged into your Wellesley gmail account in order to view the schedule. [Click here to see your assigned slot](https://docs.google.com/spreadsheets/d/112iLIZeRlItrZ3elIA0QxYxiA6fhdXS4PNfg6lqJr9g/edit#gid=0) - This 15ish-minute session replaces the class meeting for Tuesday, 5/25/2021 - Ideally, join the zoom waiting room a couple minutes before your schedule time (please be logged into your Wellesley zoom account) ## Expectations - You must review your **PS06 code feedback** prior to your meeting - Jot down any questions you have in advance of your meeting ## Goals - Understand how to use comments and whitespace to make your code readable - Use appropriately-named functions, variables and parameters - Understand how to write concise and elegant code when possible - Clarify any questions you have about your code ## Reference - [CS111 Code Style Guide](http://cs111.wellesley.edu/reference/styleguide) @endsection