You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good evening! I was reviewing the class and the method, and I wanted to make a question about the action that should be taken.
About the class, I searched it on the finder tool, using source filter, it found only one appearance, the one shown in the picture below, but calling fromForm: .
I also reviewed the source code of fromUser and fromForm: and both are very similar, excepting, of course, the argument sent in the second one, considering this, with no appearances of fromUser method it may be convenient to remove it but if some projects use the method, it could be deprecated and the suggestion can be to directly use fromForm: . But, which one should be the most appropriate to do? Are there any criteria or information that I can look for to clarify this?
Thanks a lot in advance for the clarification!!
fouziray
added a commit
to fouziray/pharo
that referenced
this issue
Jun 28, 2024
It asks the user for a form and then creates a fill style from it.
It seems unused from the outside, and of limited value.
I propose to deprecate/remove it.
The text was updated successfully, but these errors were encountered: