Replies: 3 comments 2 replies
-
|
Hey again, addition to the above: After having dived into the code a bit now, I have noticed that there are several tokens where only the If you are open to this, I suggest to refactor this, and change this to a more intuitive pattern, such as Let me know what you think, and I'm happy to implement this :-) |
Beta Was this translation helpful? Give feedback.
-
I am open to general idea but could you please done this as separate PR? Also, 100 is rather extreme how about ~150? |
Beta Was this translation helpful? Give feedback.
-
|
re token types: in general yes but only if desired config could not be specified by other means. It will probably be a good idea to open separate issue for each case with examples of current and desired config text so it could be evaluated and agreed upon before you have to spend time coding it. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi @lyskov,
I'm thinking to contribute to Binder (see #324), but before starting, wanted to quickly check in with you about the contribution guidelines for the project:
Would you accept adding another token prefix for the config file? I think that
+and-are not intuitive fits for things such as renaming or return value policy overwrites, and I find it also is weird for thedefault_...return value policies. How about adding=as a token prefix for things that are "setters"? (For backwards compatibility, the+could be kept as an alternative for the existing ones of course).Looking forward to hearing your thoughts
Lucas
PS: Minor thing: The current line length of 200 is too wide for comfortably working in my editor (and I guess I'm not the only one). Would you be open to changing this to, say, 100?
Beta Was this translation helpful? Give feedback.
All reactions