From ee9f45c0eb8ad774d84242716943e50cb6d052b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 16 Feb 2024 23:24:23 +0100 Subject: [PATCH] Delete million of TODO items The million of TODO items make some people think the library is simply so unusable to the point that they lose their capability to read and think by themselves. --- src/SUMMARY.md | 37 ------------------- src/architecture/README.md | 1 - src/architecture/the_elm_architecture.md | 1 - src/architecture/the_iced_ecosystem.md | 1 - .../the_update_and_render_cycle.md | 1 - src/compatibility/README.md | 1 - src/compatibility/platform_differences.md | 1 - src/custom_widgets/README.md | 1 - src/debugging/README.md | 1 - src/faq/README.md | 1 - src/integration/README.md | 1 - src/integration/extending_the_ecosystem.md | 1 - src/integration/integrating_iced.md | 1 - src/layout/README.md | 1 - src/layout/aligning_widgets.md | 1 - src/layout/centering_widgets.md | 1 - src/runtime/README.md | 1 - src/runtime/async.md | 1 - src/runtime/implementing_subscriptions.md | 1 - src/runtime/the_iced_runtime.md | 1 - src/scaling/README.md | 1 - src/scaling/managing_codebases.md | 1 - src/scaling/reusing_logic.md | 1 - src/scaling/splitting_files.md | 1 - src/styling/README.md | 1 - src/styling/creating_themes.md | 1 - src/styling/styling_widgets.md | 1 - src/styling/using_style_sheets.md | 1 - 28 files changed, 64 deletions(-) delete mode 100644 src/architecture/README.md delete mode 100644 src/architecture/the_elm_architecture.md delete mode 100644 src/architecture/the_iced_ecosystem.md delete mode 100644 src/architecture/the_update_and_render_cycle.md delete mode 100644 src/compatibility/README.md delete mode 100644 src/compatibility/platform_differences.md delete mode 100644 src/custom_widgets/README.md delete mode 100644 src/debugging/README.md delete mode 100644 src/faq/README.md delete mode 100644 src/integration/README.md delete mode 100644 src/integration/extending_the_ecosystem.md delete mode 100644 src/integration/integrating_iced.md delete mode 100644 src/layout/README.md delete mode 100644 src/layout/aligning_widgets.md delete mode 100644 src/layout/centering_widgets.md delete mode 100644 src/runtime/README.md delete mode 100644 src/runtime/async.md delete mode 100644 src/runtime/implementing_subscriptions.md delete mode 100644 src/runtime/the_iced_runtime.md delete mode 100644 src/scaling/README.md delete mode 100644 src/scaling/managing_codebases.md delete mode 100644 src/scaling/reusing_logic.md delete mode 100644 src/scaling/splitting_files.md delete mode 100644 src/styling/README.md delete mode 100644 src/styling/creating_themes.md delete mode 100644 src/styling/styling_widgets.md delete mode 100644 src/styling/using_style_sheets.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index d436137..cef1194 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,40 +1,3 @@ # Summary - [Introduction](README.md) - -- [TODO: Architecture]() - - [TODO: The Elm Architecture]() - - [TODO: The update and render cycle]() - - [TODO: The iced ecosystem]() - -- [TODO: Layout]() - - [TODO: Centering widgets]() - - [TODO: Aligning widgets]() - -- [TODO: Styling]() - - [TODO: Styling widgets]() - - [TODO: Using style sheets]() - - [TODO: Creating themes]() - -- [TODO: Runtime, Commands & Subscriptions]() - - [TODO: The iced runtime]() - - [TODO: Leveraging async Rust]() - - [TODO: Implementing custom subscriptions]() - -- [TODO: Scaling & Composability]() - - [TODO: Splitting files]() - - [TODO: Reusing logic]() - - [TODO: Managing big codebases]() - -- [TODO: Debugging]() - -- [TODO: Custom widgets]() - -- [TODO: Compatibility]() - - [TODO: Platform differences]() - -- [TODO: Integration]() - - [TODO: Developing custom renderers and shells]() - - [TODO: Integrating iced into another framework or engine]() - -- [TODO: Frequently Asked Questions]() diff --git a/src/architecture/README.md b/src/architecture/README.md deleted file mode 100644 index c79bec1..0000000 --- a/src/architecture/README.md +++ /dev/null @@ -1 +0,0 @@ -# Architecture diff --git a/src/architecture/the_elm_architecture.md b/src/architecture/the_elm_architecture.md deleted file mode 100644 index 38df486..0000000 --- a/src/architecture/the_elm_architecture.md +++ /dev/null @@ -1 +0,0 @@ -# The Elm Architecture diff --git a/src/architecture/the_iced_ecosystem.md b/src/architecture/the_iced_ecosystem.md deleted file mode 100644 index 5a97f2c..0000000 --- a/src/architecture/the_iced_ecosystem.md +++ /dev/null @@ -1 +0,0 @@ -# The iced ecosystem diff --git a/src/architecture/the_update_and_render_cycle.md b/src/architecture/the_update_and_render_cycle.md deleted file mode 100644 index 54bc701..0000000 --- a/src/architecture/the_update_and_render_cycle.md +++ /dev/null @@ -1 +0,0 @@ -# The update and render cycle diff --git a/src/compatibility/README.md b/src/compatibility/README.md deleted file mode 100644 index 9ccd656..0000000 --- a/src/compatibility/README.md +++ /dev/null @@ -1 +0,0 @@ -# Compatibility diff --git a/src/compatibility/platform_differences.md b/src/compatibility/platform_differences.md deleted file mode 100644 index 9d6f43e..0000000 --- a/src/compatibility/platform_differences.md +++ /dev/null @@ -1 +0,0 @@ -# Platform differences diff --git a/src/custom_widgets/README.md b/src/custom_widgets/README.md deleted file mode 100644 index 69466fc..0000000 --- a/src/custom_widgets/README.md +++ /dev/null @@ -1 +0,0 @@ -# Custom widgets diff --git a/src/debugging/README.md b/src/debugging/README.md deleted file mode 100644 index 1e584c9..0000000 --- a/src/debugging/README.md +++ /dev/null @@ -1 +0,0 @@ -# Debugging diff --git a/src/faq/README.md b/src/faq/README.md deleted file mode 100644 index 318b08d..0000000 --- a/src/faq/README.md +++ /dev/null @@ -1 +0,0 @@ -# Frequently Asked Questions diff --git a/src/integration/README.md b/src/integration/README.md deleted file mode 100644 index 50a133c..0000000 --- a/src/integration/README.md +++ /dev/null @@ -1 +0,0 @@ -# Integration diff --git a/src/integration/extending_the_ecosystem.md b/src/integration/extending_the_ecosystem.md deleted file mode 100644 index 2b7da2d..0000000 --- a/src/integration/extending_the_ecosystem.md +++ /dev/null @@ -1 +0,0 @@ -# Developing custom renderers and shells diff --git a/src/integration/integrating_iced.md b/src/integration/integrating_iced.md deleted file mode 100644 index 3976bf2..0000000 --- a/src/integration/integrating_iced.md +++ /dev/null @@ -1 +0,0 @@ -# Integrating iced into another framework or engine diff --git a/src/layout/README.md b/src/layout/README.md deleted file mode 100644 index 412c1cf..0000000 --- a/src/layout/README.md +++ /dev/null @@ -1 +0,0 @@ -# Layout diff --git a/src/layout/aligning_widgets.md b/src/layout/aligning_widgets.md deleted file mode 100644 index 90d023b..0000000 --- a/src/layout/aligning_widgets.md +++ /dev/null @@ -1 +0,0 @@ -# Aligning widgets diff --git a/src/layout/centering_widgets.md b/src/layout/centering_widgets.md deleted file mode 100644 index 5fc9bda..0000000 --- a/src/layout/centering_widgets.md +++ /dev/null @@ -1 +0,0 @@ -# Centering widgets diff --git a/src/runtime/README.md b/src/runtime/README.md deleted file mode 100644 index 24d7968..0000000 --- a/src/runtime/README.md +++ /dev/null @@ -1 +0,0 @@ -# Runtime, Commands & Subscriptions diff --git a/src/runtime/async.md b/src/runtime/async.md deleted file mode 100644 index a248ea4..0000000 --- a/src/runtime/async.md +++ /dev/null @@ -1 +0,0 @@ -# Leveraging async Rust diff --git a/src/runtime/implementing_subscriptions.md b/src/runtime/implementing_subscriptions.md deleted file mode 100644 index a4d11fd..0000000 --- a/src/runtime/implementing_subscriptions.md +++ /dev/null @@ -1 +0,0 @@ -# Implementing custom subscriptions diff --git a/src/runtime/the_iced_runtime.md b/src/runtime/the_iced_runtime.md deleted file mode 100644 index 849d13b..0000000 --- a/src/runtime/the_iced_runtime.md +++ /dev/null @@ -1 +0,0 @@ -# The iced runtime diff --git a/src/scaling/README.md b/src/scaling/README.md deleted file mode 100644 index 94d7cde..0000000 --- a/src/scaling/README.md +++ /dev/null @@ -1 +0,0 @@ -# Scaling & Composability diff --git a/src/scaling/managing_codebases.md b/src/scaling/managing_codebases.md deleted file mode 100644 index 270d280..0000000 --- a/src/scaling/managing_codebases.md +++ /dev/null @@ -1 +0,0 @@ -# Managing big codebases diff --git a/src/scaling/reusing_logic.md b/src/scaling/reusing_logic.md deleted file mode 100644 index 2be19f9..0000000 --- a/src/scaling/reusing_logic.md +++ /dev/null @@ -1 +0,0 @@ -# Reusing logic diff --git a/src/scaling/splitting_files.md b/src/scaling/splitting_files.md deleted file mode 100644 index 6cbe72b..0000000 --- a/src/scaling/splitting_files.md +++ /dev/null @@ -1 +0,0 @@ -# Splitting files diff --git a/src/styling/README.md b/src/styling/README.md deleted file mode 100644 index 3e90761..0000000 --- a/src/styling/README.md +++ /dev/null @@ -1 +0,0 @@ -# Styling diff --git a/src/styling/creating_themes.md b/src/styling/creating_themes.md deleted file mode 100644 index e817124..0000000 --- a/src/styling/creating_themes.md +++ /dev/null @@ -1 +0,0 @@ -# Creating themes diff --git a/src/styling/styling_widgets.md b/src/styling/styling_widgets.md deleted file mode 100644 index 27fcb2d..0000000 --- a/src/styling/styling_widgets.md +++ /dev/null @@ -1 +0,0 @@ -# Styling widgets diff --git a/src/styling/using_style_sheets.md b/src/styling/using_style_sheets.md deleted file mode 100644 index 5d1032e..0000000 --- a/src/styling/using_style_sheets.md +++ /dev/null @@ -1 +0,0 @@ -# Using style sheets