Commit ecfebb0
Implement luxury style for ostream operator parameters
Update friend std::ostream operator to use more descriptive parameter names:
- Replace 'out' with 'stream' for std::ostream parameter
- Replace 'obj' with 'self' for object parameter
- Update both C# and Python transformers for consistency
Fixes #65
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 2295026 commit ecfebb0
File tree
3 files changed
+5
-4
lines changed- csharp
- Platform.RegularExpressions.Transformer.CSharpToCpp.Tests
- Platform.RegularExpressions.Transformer.CSharpToCpp
- python/cs2cpp
3 files changed
+5
-4
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
369 | | - | |
| 368 | + | |
| 369 | + | |
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
368 | | - | |
| 367 | + | |
| 368 | + | |
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| |||
0 commit comments