# 27. Software Engineering I

Prior to the Fall 2023 semester, Professor Hug had a lecture about software code complexity.

For the Fall 2023 semester, this lecture was adjusted to have a similar form of content with different examples and real-world experiences that I (Aniruth) have been through on my gap year from Berkeley.

The content in this GitBook has been adjusted to the newest information. Both video recordings are linked below.

{% embed url="<https://www.youtube.com/watch?ab_channel=UCBerkeleyCS61B&v=JfATr-BBPY0>" %}
Full Lecture on Software Engineering I by Aniruth Narayanan, Fall 2023
{% endembed %}

{% embed url="<https://docs.google.com/presentation/d/1ZQ35zGrbnMCIk2kr37bKyxc4RMvRBFrvZd1me2Av2hQ/edit#slide=id.g28d08577524_0_0>" %}
Lecture Slides for Software Engineering I, Fall 2023
{% endembed %}

{% embed url="<https://youtu.be/WT-sBbm6rsw>" %}
Full Lecture on Software Engineering I by Professor Hug, Fall 2022
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cs61b-2.gitbook.io/cs61b-textbook/27.-software-engineering-i.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
