headlamp-k8s / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://headlamp.dev
Apache License 2.0
2.22k stars 156 forks source link

Documenting "backend" functions and data structures with "doc comments" #930

Closed illume closed 1 year ago

illume commented 1 year ago

Parts of headlamp_backend are undocumented. The benefits are better quality (less bugs) and it makes code easier to understand.

See:

A list of some functions and data structures that need documenting

There are more functions and fields than is represented in the list above. Feel free to add or improve docs for other functions. Additionally, some of the existing comments could be improved.

jingchu000 commented 1 year ago

hey @illume . Could you pls assign it to me?

illume commented 1 year ago

I’ve assigned you. Let me know if you have any questions? We’re also on the kubernetes slack in the headlamp channel if you want to chat about it.

jingchu000 commented 1 year ago

@illume , Can you help me review? Thanks