---
title: "Weekly report for the week from 20-06-2022 to 26-06-2022"
url: https://www.exakat.io/weekly-report-for-the-week-from-20-06-2022-to-26-06-2022/
date: 2022-06-21
modified: 2022-06-22
author: "dams"
description: "Weekly report for the week from 20-06-2022 to 26-06-2022 These are the focus rules for this week : Unthrown Exception : List of exceptions that are defined in the code..."
categories:
  - "Code auditing"
tags:
  - "2022"
  - "weekly report"
image: https://www.exakat.io/wp-content/uploads/2022/06/gathering.320.jpg
word_count: 152
---

# Weekly report for the week from 20-06-2022 to 26-06-2022

# Weekly report for the week from 20-06-2022 to 26-06-2022

These are the focus rules for this week :

- [Unthrown Exception](https://exakat.readthedocs.io/en/latest/Reference/Rules.html#unthrown-exception) : List of exceptions that are defined in the code but never thrown.
- [Undefined static:: Or self::](https://exakat.readthedocs.io/en/latest/Reference/Rules.html#undefined-static::-or-self::) : The identified property or method are undefined.
- [Use Constant](https://exakat.readthedocs.io/en/latest/Reference/Rules.html#use-constant) : Some functioncalls have a constant equivalent, that is faster to execute than calling the function.
- [Reuse Existing Variable](https://exakat.readthedocs.io/en/latest/Reference/Rules.html#reuse-existing-variable) : A variable is already holding the content that is calculated again : it could be used again.
- [Empty Classes](https://exakat.readthedocs.io/en/latest/Reference/Rules.html#empty-classes) : Classes that do no define anything at all : no property, method nor constant.

Weekly reports are a list of 5 reviews, that are shared across the community of Exakat users. They are a reasonable amount of work, and help focus on specific problems. They also change every week, to spice things up.
[More about the Weekly report, its goal and how to get it.](https://www.exakat.io/en/weekly-report/).