There are two types of markup in Liquid: Output and Tag.
- Output markup (which may resolve to text) is surrounded by
{{ matched pairs of curly brackets (ie, braces) }}- Tag markup (which cannot resolve to text) is surrounded by
| /* | |
| * | |
| * / --------------------------------[ NUIM CS141 Java Revision ]------------------------------- \ | |
| * || Designed to easily revise everything covered in CS141 by just reading through this code. || | |
| * || Comments accompany almost every line of code to explain its purpose. || | |
| * || Some theory we need to know are included in the bottom... || | |
| * \ ------------------------------------------------------------------------------------------- / | |
| * | |
| * | |
| * ____ _ __ ____ __ |
There are two types of markup in Liquid: Output and Tag.
{{ matched pairs of curly brackets (ie, braces) }}A guide for reviewing code and having your code reviewed.
Peer code reviews are the single biggest thing you can do to improve your code - Jeff Atwood
Code review is an important part of a team's development process. It helps to: