-
Notifications
You must be signed in to change notification settings - Fork 61
Tests: Share Strings #837
Comments
@pavlovcik I do see an issue with that when we want to change something later it will have to be changed everywhere. Why not store string constants in a single file and export the string from there instead of copying the whole string.However, interpolation may not work when we export string it may be treated as a plain string.We can use something like export function myString(varValue: string): string { return `Value of var is: ${varValue}`; } this to resolve that |
/start |
Tips:
|
Do you have any updates @abhinandanmishra1? If you would like to release the bounty back to the DevPool, please comment |
It is not clear to me why you need a getter function to use the string. An export/import would do the job just the same |
I did not know that if that is the case then it's even better |
/stop |
You have been unassigned from the bounty @abhinandanmishra1 |
/start |
Tips:
|
Do you have any updates @Sadaf-A? If you would like to release the bounty back to the DevPool, please comment |
yes I will open a PR by tommorrow. I was busy with college |
@pavlovcik the file mentioned in the issue description does not exist anymore I'll try to find some other file where this is happening is you are aware of any such instances please let me know |
/stop |
You have been unassigned from the bounty @Sadaf-A |
since, whilefoo is back I will complete the PRs being reviewed by him then get back to this |
/start |
Tips:
|
Do you have any updates @Keyrxng? If you would like to release the bounty back to the DevPool, please comment |
awaiting response to latest comment on pr |
Do you have any updates @Keyrxng? If you would like to release the bounty back to the DevPool, please comment |
/stop |
Skipping |
Do you have any updates @Keyrxng? If you would like to release the bounty back to the DevPool, please comment |
Do you have any updates @Keyrxng? If you would like to release the bounty back to the DevPool, please comment |
Originally posted by @pavlovcik in #640 (comment)
The text was updated successfully, but these errors were encountered: