alteryx / alteryx/woodwork

Update Serializer/Deserializer classes for improved handling of write/read path setup

オープン
#1,388 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
155
フォーク
24
PR マージ指標
30日以内にマージされた PR はありません

説明

Currently in the various Serializer/Deserializer classes, the path variables used for writing data and typing info files are created and modified in various methods throughout the class during the serialization/deserialization process flow.

This approach should be reviewed and, if possible, all of the path setup information should be moved into the `__init__` methods of the classes. This would make the code more readable and maintainable by having all the path logic contained in a single place rather than spread across multiple methods.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。