@extends('template') @section('title') Code Critique Lab @stop @section('content') # Code Critique Lab This is a chance for you and an instructor to meet one-on-one and chat about your code. We are assuming you are new to programming, so we want to get you started coding on the best possible foot. ## Logistics/[Schedule](https://docs.google.com/spreadsheets/d/15waKeNZg2p1Cipd0CnUShLutD8JdL9hxdFXOp2S1r4w/edit#gid=0) - Each student will be assigned a 12-minute slot to meet (online) with an instructor - [Click here to see your assigned slot](https://docs.google.com/spreadsheets/d/15waKeNZg2p1Cipd0CnUShLutD8JdL9hxdFXOp2S1r4w/edit#gid=0) **Note that you must be logged into your Wellesley gmail account** in order to see the schedule. - This 12-minute session replaces the class meeting for Friday, 04/23/2021 - Ideally, join the zoom waiting room a couple minutes before your schedule time ## Expectations - You must review your PS01 code feedback (in Ocean) 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 variables - Clarify any questions you have about your code ## Reference - [CS111 Code Style Guide](http://cs111.wellesley.edu/reference/styleguide) @endsection