micrograd icon indicating copy to clipboard operation
micrograd copied to clipboard

Rename engine.py to value.py

Open PopovMP opened this issue 2 years ago • 0 comments

I suggest you rename engine.py to value.py.

Reasoning:

  • the engine name is misleading. The file doesn't contain some framework or domain logic.
  • the engine.py file contains a solo class named Value. The best name for it is value.py.

PopovMP avatar May 24 '23 07:05 PopovMP