---
title: "Weekly report for the week from 04-10-2022 to 10-07-2022"
url: https://www.exakat.io/weekly-report-for-the-week-from-27-06-2022-to-10-07-2022/
date: 2022-07-04
modified: 2022-07-04
author: "dams"
description: "Weekly report for the week from 27-06-2022 to 10-07-2022 These are the focus rules for this week : Empty Traits : List of all empty trait defined in the code...."
categories:
  - "Code auditing"
tags:
  - "weekly"
image: https://www.exakat.io/wp-content/uploads/2022/06/gathering.320.jpg
word_count: 149
---

# Weekly report for the week from 04-10-2022 to 10-07-2022

# Weekly report for the week from 27-06-2022 to 10-07-2022

These are the focus rules for this week :

- [Empty Traits](https://exakat.readthedocs.io/en/latest/Reference/Rules.html#empty-traits) : List of all empty trait defined in the code.
- [Method Collision Traits](https://exakat.readthedocs.io/en/latest/Reference/Rules.html#method-collision-traits) : Two or more traits are included in the same class, and they have methods collisions.
- [Useless Method Alias](https://exakat.readthedocs.io/en/latest/Reference/Rules.html#useless-method-alias) : It is not possible to declare an alias of a method with the same name.
- [Use === null](https://exakat.readthedocs.io/en/latest/Reference/Rules.html#use-===-null) : It is faster to use === null than the function is_null().
- [Strict Comparison With Booleans](https://exakat.readthedocs.io/en/latest/Reference/Rules.html#strict-comparison-with-booleans) : Strict comparisons prevent from mistaking an error with a false.

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/).