Skip to content

Commit

Permalink
Update RULES.md: change column order in "refused rules" array
Browse files Browse the repository at this point in the history
  • Loading branch information
jhertout authored Nov 10, 2023
1 parent ad75264 commit aba961b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RULES.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Some are applicable for different technologies.

This table lists rules proposed by the community but refused in ecoCode plugins with the justification.

| Name | Description | Language | Invalidation |
|------------|------------|------------|------------|
| Use numpy array instead of standard list | The use of numpy library to perform array manipulation is more energy efficient than the use of the standard list functions. | Python | [Github discussion with measures](https://github.com/green-code-initiative/ecoCode/issues/132) |
| HTML page must contain a doctype tag | The difference in performance is negligible, this rule is more related to the user experience. | HTML | [Github discussion with sources](https://github.com/green-code-initiative/ecoCode/issues/103) |
| Language | Name | Description | Invalidation |
|----------|------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|
| Python | Use numpy array instead of standard list | The use of numpy library to perform array manipulation is more energy efficient than the use of the standard list functions. | [Github discussion with measures](https://github.com/green-code-initiative/ecoCode/issues/132) |
| HTML | HTML page must contain a doctype tag | The difference in performance is negligible, this rule is more related to the user experience. | [Github discussion with sources](https://github.com/green-code-initiative/ecoCode/issues/103) |

0 comments on commit aba961b

Please sign in to comment.