summaryrefslogtreecommitdiff
path: root/futureplans.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-28 13:06:24 -0400
committerPietro Gagliardi <[email protected]>2014-04-28 13:06:24 -0400
commit7f89f4afb9bcfc9c27a2b29abf8b92c1bf9fe5bb (patch)
tree2ab0bedaab8a3ff37b9b9f9d35b39ec36c4e9fbb /futureplans.md
parent50dc1722da458a0b970bab5329b0bb7753b320a1 (diff)
More Windows TODO cleanup/removal and future plans. The message-only window in uitask_windows.go now has a title.
Diffstat (limited to 'futureplans.md')
-rw-r--r--futureplans.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/futureplans.md b/futureplans.md
index 5437bd9..14123e9 100644
--- a/futureplans.md
+++ b/futureplans.md
@@ -50,7 +50,7 @@ style changes:
- I think this is a platform behavior...
- should field descriptions in method comments include the receiver name? (for instance e.Held vs. Held) - see what Go's own documentation does
- need to figure out exactly how to indicate that a struct{}{} is sent on an event channel (I use about six or so different wordings so far...)
- - "package ui", "the package"
+ - "package ui", "the package", "ui package" (in code and comments)
- also "library" both in docs and comments and code, etc.
- make passing of parameters and type conversions of parameters to uitask on Windows consistent: explicit _WPARAM(xxx)/_LPARAM(xxx)/uintptr(xxx), for example
- do this for type signatures in exported functions: (err error) or just error?